Introduction¶
This repository contains python exercises accompanying the book Neuronal Dynamics by Wulfram Gerstner, Werner M. Kistler, Richard Naud and Liam Paninski. References to relevant chapters will be added in the Teaching Materials section of the book homepage.
Most exercises rely on the python based Brian2 simulator.
Requirements¶
The following requirements should be met:
- Either Python 2.7 or 3.4
- Brian2 Simulator
- Numpy
- Matplotlib
- Scipy (only required in some exercises)