ODYNN is a python package aiming at providing an optimization suite for biological neural circuits. It allows implementation of different neuron models, definition of circuit architectures, simulation and optimization of such circuits, and evaluation of the results. Documentation and examples can be found at https://odynn.readthedocs.io
You need python 3.5 or higher !
Run in the root directory :
install the required libraries
make init
install the package
python3 setup.py install
Launch tests
make test
- docs : files for creating documentation with Sphinx
- img : images
- odynn : package python files
- tests : unit tests
- tutorial : notebook to run with Jupyter
ODYNN is still in development and its syntax might change.
- more tutorials