/Conceptors

Filters in phase space of recurrent neural networks

Primary LanguagePythonMIT LicenseMIT

Bistable Perception in Conceptor Networks

This repository contains code for the paper "Bistable Perception in Conceptor Networks".

How to reproduce results

To reproduce the results from the paper, do the following

  • install conda

  • create a virtual environment and install dependencies using

    $ conda env create -f env.yml

  • activate the environment using

    $ conda activate bistable

  • run the experiments

    $ cd binocular
    $ PYTHONPATH=.. python run.py
    

The results should show up in the directory binocular/runs. Some auxiliary plots will pop up as well, but are not saved to disk.