Skip to content

davydeng1/connectome_SRNN

 
 

Repository files navigation

Switching Recurrent Neural Networks

This repo is about the work of Switching Recurrent Neural Networks (SRNNs). Publication available at: Inference of neural dynamics using switching recurrent neural networks

Switching Recurrent Neural Networks

Installation for Development

Implementation

  1. git clone this repo to your local folder
  2. build environment
conda env create --file environment_srnn.yml
conda activate SwitchingRNN
  1. If environment is not built successfully, do 'pip install'+all missed packages, they are common packages in this experiment.
  2. python 1_demo_lorenz.py (example running)
  3. or open demo_lorenz.ipynb

Details

  1. SRNN: model of SRNN
  2. demo_lorenz.ipynb: Demo notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 68.6%
  • Python 31.0%
  • Cython 0.4%