Wiki » History » Version 10
Version 9 (Padraig Gleeson, 30 Apr 2014 14:57) → Version 10/45 (Vitor Chaud, 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](http://izhikevich.org/publications/figure1.m) 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](/projects/izhikevichmodel/repository/entry/neuroConstruct/cellMechanisms/TonicSpiking/TonicSpiking.nml) or [PhasicBursting](/projects/izhikevichmodel/repository/entry/neuroConstruct/cellMechanisms/PhasicBursting/PhasicBursting.nml)
Tested with simulators: …
### Comparison to original model behaviour
table{border:1px solid black}.
{background:\#ddd}. |**Model**|**Label** | |**PyNN** |**NeuroML** | **Comments** |
|Tonic spiking | A |A |OK |OK | OK |
|Phasic spiking| B |B |OK |OK | OK |
|Tonic bursting| C |C |OK |OK | OK |
|Phasic bursting| D |D |OK |OK | OK |
|Mixed mode| E |E |OK |OK | OK |
|Spike freq. adapt.| F |F |OK |OK | OK |
|Class 1 excitable| G |G |not yet implemented| PROBLEM| Different problem: different model parameterization|
|Class 2 excitable| H |H |not yet implemented| OK OK |
|Spike latency | I |I |OK| OK| OK|
|Subthresh. osc.| J |J |OK| OK| OK|
|Resonator| K |K |not yet implemented| OK OK |
|Integrator| L |L |not yet implemented| PROBLEM| Different problem different model parameterization|
|Rebound spike| M |M |OK| OK OK |
|Rebound burst| N |N |OK| OK OK |
|Threshold variability| O |O |not yet implemented| OK OK |
|Bistability| P |P |PROBLEM| PROBLEM problem |
|Depolarizing after-potential| Q |Q |PROBLEM| PROBLEM| Response problem response depending on the time step|
|Accomodation| R |R |not yet implemented| PROBLEM| Different PROBLEM different from fig1|
|Inhibition-induced spiking| S |S |PROBLEM| PROBLEM| Response PROBLEM response depending on the time step|
|Inhibition-induced bursting| T |T |PROBLEM | PROBLEM| Response diverging on PyNN and (diverg.)| PROBLEM response depending on the time step on NeuroML| step|
------------
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](http://izhikevich.org/publications/figure1.m) 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](/projects/izhikevichmodel/repository/entry/neuroConstruct/cellMechanisms/TonicSpiking/TonicSpiking.nml) or [PhasicBursting](/projects/izhikevichmodel/repository/entry/neuroConstruct/cellMechanisms/PhasicBursting/PhasicBursting.nml)
Tested with simulators: …
### Comparison to original model behaviour
table{border:1px solid black}.
{background:\#ddd}. |**Model**|**Label** | |**PyNN** |**NeuroML** | **Comments** |
|Tonic spiking | A |A |OK |OK | OK |
|Phasic spiking| B |B |OK |OK | OK |
|Tonic bursting| C |C |OK |OK | OK |
|Phasic bursting| D |D |OK |OK | OK |
|Mixed mode| E |E |OK |OK | OK |
|Spike freq. adapt.| F |F |OK |OK | OK |
|Class 1 excitable| G |G |not yet implemented| PROBLEM| Different problem: different model parameterization|
|Class 2 excitable| H |H |not yet implemented| OK OK |
|Spike latency | I |I |OK| OK| OK|
|Subthresh. osc.| J |J |OK| OK| OK|
|Resonator| K |K |not yet implemented| OK OK |
|Integrator| L |L |not yet implemented| PROBLEM| Different problem different model parameterization|
|Rebound spike| M |M |OK| OK OK |
|Rebound burst| N |N |OK| OK OK |
|Threshold variability| O |O |not yet implemented| OK OK |
|Bistability| P |P |PROBLEM| PROBLEM problem |
|Depolarizing after-potential| Q |Q |PROBLEM| PROBLEM| Response problem response depending on the time step|
|Accomodation| R |R |not yet implemented| PROBLEM| Different PROBLEM different from fig1|
|Inhibition-induced spiking| S |S |PROBLEM| PROBLEM| Response PROBLEM response depending on the time step|
|Inhibition-induced bursting| T |T |PROBLEM | PROBLEM| Response diverging on PyNN and (diverg.)| PROBLEM response depending on the time step on NeuroML| step|