Neuronal Dynamics: Python Exercises¶
This documentation is automatically generated documentation from the corresponding code repository hosted at Github. The repository contains python exercises accompanying the book Neuronal Dynamics by Wulfram Gerstner, Werner M. Kistler, Richard Naud and Liam Paninski.
Contents¶
- Introduction
- Exercises
- 1. Setting up Python and Brian
- 2. The Exponential Integrate-and-Fire model
- 3. Leaky-integrate-and-fire model
- 4. AdEx: the Adaptive Exponential Integrate-and-Fire model
- 5. Dendrites and the (passive) cable equation
- 6. Numerical integration of the HH model of the squid axon
- 7. FitzHugh-Nagumo: Phase plane and bifurcation analysis
- 8. Type I and type II neuron models
- 9. Hopfield Network model of associative memory
- 10. Oja’s hebbian learning rule
- Python exercise modules
- License