An open API service indexing awesome lists of open source software.

https://github.com/jonboh/spike_response_model

Implementation of the Spike Response Model and Generalized Linear Model as presented in https://neuronaldynamics.epfl.ch/online/index.html
https://github.com/jonboh/spike_response_model

Last synced: about 1 month ago
JSON representation

Implementation of the Spike Response Model and Generalized Linear Model as presented in https://neuronaldynamics.epfl.ch/online/index.html

Awesome Lists containing this project

README

          

# Spike Response Model
The SRM is a deterministic model of Spiking Neurons. Specifically a "Hard-Threshold Adaptive Integrate and Fire Model".

If you want to learn more about the theoretical foundations of this code go to:

https://neuronaldynamics.epfl.ch/online/index.html

All equations have been taken from there.

Simulation examples:

Excitatory Neuron:

![alt text](https://github.com/jonboh/spike_response_model/blob/master/images/excitatory.png)

Inhibitory Neuron:

![alt text](https://github.com/jonboh/spike_response_model/blob/master/images/inhibitory.png)

Warning: I'm not a neuroscientist, so you might wanna keep a good dose of skepticism about the correctness of the resulting simulations.

Corrections and recommendations of any kind are welcomed.