This repo is about the work of Switching Recurrent Neural Networks (SRNNs). Publication available at: Inference of neural dynamics using switching recurrent neural networks
- git clone this repo to your local folder
- build environment
conda env create --file environment_srnn.yml
conda activate SwitchingRNN
- If environment is not built successfully, do 'pip install'+all missed packages, they are common packages in this experiment.
python 1_demo_lorenz.py(example running)- or open demo_lorenz.ipynb
- SRNN: model of SRNN
- demo_lorenz.ipynb: Demo notebook
