Collection of different biological neuron models.
- FitzHugh-Nagumo model
- Hindmarsh-Rose model
- Hodgkin-Huxley model
- Integrate-and-Fire model
- Morris-Lecar
- Rulkov map
- Izhikevich model
To install the dependencies, run the following command:
pip install -r requirements.txt
Check notebooks/
to see the details and examples of each model.