** Description : This respository contains the necessary components to generate, integrate, analyze and visualize neural network models. Currently the following neuron models are implemented :
pip install git+https://gitlab.com/farmsim/farms_network.git#egg=farms_network
*** For developer installation
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
*** For Python 2 user installation
pip install git+https://gitlab.com/farmsim/farms_network.git@python-2.7#egg=farms_network
*** For Python 2 developer installation
git clone https://gitlab.com/farmsim/farms_network.git@python-2.7#egg=farms_network PATH_TO_THE_DIRECTORY cd PATH_TO_THE_DIRECTORY pip install -e . --user
** Example
[[./figures/danner_network.png]]