Izhikevich Spiking Neuron Model
Contributors |
Wiki » History » Version 7
« Previous -
Version 7/45
(diff) -
Next » -
Current version
Padraig Gleeson, 30 Apr 2014 14:57
Introduction¶
This project will contain examples of the Izhikevich spiking neuron model.
Installation¶
To get local clone of this project…
Versions of the project¶
The original model in MATLAB format has been converted to a number of other formats.
PyNN¶
…
Tested with simulators: NEURON…
NeuroML 2¶
…
The XML for an Izhikevich model in NeuroML v2.0 is below:
<code class="xml"> <izhikevichCell id="TonicSpiking" v0 = "-70mV" thresh = "30mV" a ="0.02" b = "0.2" c = "-65.0" d = "6" Iamp="0" Idel="0ms" Idur="2000ms"/></code>
For full examples of single cells see TonicSpiking or PhasicBursting
Tested with simulators: …