Edit History

Wiki » History » Version 20

Vitor Chaud, 30 Apr 2014 14:57

1 1 Padraig Gleeson
Introduction
2 7 Padraig Gleeson
------------
3 1 Padraig Gleeson
4 7 Padraig Gleeson
This project will contain examples of the Izhikevich spiking neuron model.
5 1 Padraig Gleeson
6 8 Padraig Gleeson
### Installation
7 7 Padraig Gleeson
8 1 Padraig Gleeson
To get local clone of this project…
9 7 Padraig Gleeson
10 8 Padraig Gleeson
### Versions of the project
11 7 Padraig Gleeson
12 7 Padraig Gleeson
The original model in [MATLAB format](http://izhikevich.org/publications/figure1.m) has been converted to a number of other formats.
13 7 Padraig Gleeson
14 8 Padraig Gleeson
#### PyNN
15 1 Padraig Gleeson
16 20 Vitor Chaud
Install [PyNN](http://neuralensemble.org/trac/PyNN/wiki/Installation). Preferably, use the latest v0.8 version from [GitHub](https://github.com/NeuralEnsemble/PyNN). Note: NEURON is the only supported simulator for this model at the moment.
17 1 Padraig Gleeson
18 20 Vitor Chaud
[Install Git](http://www.opensourcebrain.org/projects/gitintro/wiki/Wiki) and type:
19 20 Vitor Chaud
20 20 Vitor Chaud
    > git clone https://github.com/OpenSourceBrain/IzhikevichModel.git
21 20 Vitor Chaud
22 20 Vitor Chaud
    > cd cd IzhikevichModel/PyNN/
23 20 Vitor Chaud
24 20 Vitor Chaud
To run a simulation type:
25 20 Vitor Chaud
26 20 Vitor Chaud
    > python izhikevich2004.py neuron
27 7 Padraig Gleeson
28 8 Padraig Gleeson
#### NeuroML 2
29 7 Padraig Gleeson
30 7 Padraig Gleeson
31 7 Padraig Gleeson
32 7 Padraig Gleeson
The XML for an Izhikevich model in NeuroML v2.0 is below:
33 7 Padraig Gleeson
34 1 Padraig Gleeson
    <code class="xml">
35 1 Padraig Gleeson
    <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>
36 1 Padraig Gleeson
37 1 Padraig Gleeson
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)
38 1 Padraig Gleeson
39 1 Padraig Gleeson
Tested with simulators: …
40 8 Padraig Gleeson
41 8 Padraig Gleeson
### Comparison to original model behaviour
42 8 Padraig Gleeson
43 8 Padraig Gleeson
table{border:1px solid black}.
44 15 Vitor Chaud
{background:\#ddd}. |**Model**|&nbsp;&nbsp;&nbsp;&nbsp; **Label** &nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp; **PyNN** &nbsp;&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;&nbsp; **NeuroML** &nbsp;&nbsp;&nbsp;&nbsp; |
45 15 Vitor Chaud
|Tonic spiking | &nbsp;&nbsp;&nbsp;A |(a) | &nbsp;&nbsp;&nbsp;(a) |
46 15 Vitor Chaud
|Phasic spiking| &nbsp;&nbsp;&nbsp;B |(a) | &nbsp;&nbsp;&nbsp;(a) |
47 15 Vitor Chaud
|Tonic bursting| &nbsp;&nbsp;&nbsp;C |(b) | &nbsp;&nbsp;&nbsp;(b) |
48 15 Vitor Chaud
|Phasic bursting| &nbsp;&nbsp;&nbsp;D |(a) | &nbsp;&nbsp;&nbsp;(a) |
49 15 Vitor Chaud
|Mixed mode| &nbsp;&nbsp;&nbsp;E |(a) | &nbsp;&nbsp;&nbsp;(a) |
50 15 Vitor Chaud
|Spike freq. adapt.| &nbsp;&nbsp;&nbsp;F |(a) | &nbsp;&nbsp;&nbsp;(a) |
51 15 Vitor Chaud
|Class 1 excitable| &nbsp;&nbsp;&nbsp;G |(d, e)| &nbsp;&nbsp;&nbsp;(a, e) |
52 15 Vitor Chaud
|Class 2 excitable| &nbsp;&nbsp;&nbsp;H |(d)| &nbsp;&nbsp;&nbsp;© |
53 15 Vitor Chaud
|Spike latency | &nbsp;&nbsp;&nbsp;I |(b)| &nbsp;&nbsp;&nbsp;(b) |
54 15 Vitor Chaud
|Subthresh. osc.| &nbsp;&nbsp;&nbsp;J |(a)| &nbsp;&nbsp;&nbsp;(a) |
55 15 Vitor Chaud
|Resonator| &nbsp;&nbsp;&nbsp;K |(a)| &nbsp;&nbsp;&nbsp;(a) |
56 15 Vitor Chaud
|Integrator| &nbsp;&nbsp;&nbsp;L |(e)| &nbsp;&nbsp;&nbsp;(a, e) |
57 15 Vitor Chaud
|Rebound spike| &nbsp;&nbsp;&nbsp;M |(a)| &nbsp;&nbsp;&nbsp;(a) |
58 15 Vitor Chaud
|Rebound burst| &nbsp;&nbsp;&nbsp;N |(a)| &nbsp;&nbsp;&nbsp;(a) |
59 15 Vitor Chaud
|Threshold variability| &nbsp;&nbsp;&nbsp;O |(a)| &nbsp;&nbsp;&nbsp;(a) |
60 15 Vitor Chaud
|Bistability| &nbsp;&nbsp;&nbsp;P |(b)| &nbsp;&nbsp;&nbsp;(b) |
61 15 Vitor Chaud
|Depolarizing after-potential| &nbsp;&nbsp;&nbsp;Q |(b)| &nbsp;&nbsp;&nbsp;(b) |
62 18 Vitor Chaud
|Accomodation| &nbsp;&nbsp;&nbsp;R |(d)| &nbsp;&nbsp;&nbsp;(a, f)|
63 15 Vitor Chaud
|Inhibition-induced spiking| &nbsp;&nbsp;&nbsp;S |(a)| &nbsp;&nbsp;&nbsp;©|
64 17 Vitor Chaud
|Inhibition-induced bursting| &nbsp;&nbsp;&nbsp;T |(b) | &nbsp;&nbsp;&nbsp;(b)|
65 16 Vitor Chaud
66 16 Vitor Chaud
(a) Same behaviour
67 16 Vitor Chaud
(b) Similar behaviour when slightly modifying parameters
68 16 Vitor Chaud
© Similar but not identical behaviour (different number of spikes in the stimulus time frame)
69 19 Vitor Chaud
(d) Not yet implemented. Need ramp injected current. See https://github.com/NeuralEnsemble/PyNN/issues/257
70 18 Vitor Chaud
(e) Requires an alternative model implementation since the model parameterization is different in the original Matlab code. In NeuroML new ComponentType [generalizedIzhikevichCell](https://github.com/OpenSourceBrain/IzhikevichModel/blob/master/NeuroML2/GeneralizedIzhikevichCell.xml) was created.
71 18 Vitor Chaud
(f) Requires an alternative model implementation since the model parameterization is different in the original Matlab code. In NeuroML new ComponentType [accomodationIzhikevichCell](https://github.com/OpenSourceBrain/IzhikevichModel/blob/master/NeuroML2/GeneralizedIzhikevichCell.xml) was created.