Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2024-02-16 16:26:49 +01:00 committed by GitHub
parent 2a58d7c095
commit 92bb456c26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -231,6 +231,7 @@ This pages are in a rough state. e.g. equations are broken. Don't know why...
* [Task 1 -- Classycal neurons: Simulation and Mathematical Anaylsis](advanced_programming/task_1/README.md)
* [Task 2 -- Collective coherent cortices: Data analysis](advanced_programming/task_2/README.md)
* Neuron Models Equations
- For detailed descriptions, please see: ['Neuronal Dynamics' textbook](https://neuronaldynamics.epfl.ch/online) ['Theoretical Neuroscience' textbook](https://boulderschool.yale.edu/sites/default/files/files/DayanAbbott.pdf)
- [DivInE-model for MT neurons](advanced_programming/DivInE/README.md)
- [Leaky Integrate-and-Fire](advanced_programming/leaky_integrate_and_fire/README.md)
- [Exponential Integrate-and-Fire](advanced_programming/exponential_integrate_and_fire/README.md)