This respository contains the necessary components to generate, integrate, analyze and visualize neural network models. Currently the following neuron models are implemented :
- lif_danner
- lif_danner_nap
- lif_daun_interneuron
- hh_daun_motorneuron
- sensory_neuron
- leaky_integrator
- oscillator
- morphed_oscillator
- fitzhugh_nagumo
- matsuoka_neuron
- morris_lecar
- Python 2/3
- Cython
- pip
- tqdm
- numpy
- matplotlib
- networkx
- pydot
- ddt
- scipy
- farms_pylog
- farms_container
The master branch is only supports Python 3. For Python 2 installation jump XXXXX
pip install git+https://gitlab.com/farmsim/farms_network.git#egg=farms_network
git clone https://gitlab.com/farmsim/farms_network.git#egg=farms_network PATH_TO_THE_DIRECTORY
cd PATH_TO_THE_DIRECTORY
pip install -e . --user
pip install git+https://gitlab.com/farmsim/[email protected]#egg=farms_network
git clone https://gitlab.com/farmsim/[email protected]#egg=farms_network PATH_TO_THE_DIRECTORY
cd PATH_TO_THE_DIRECTORY
pip install -e . --user