Edit History

Wiki » History » Version 10

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 7 Padraig Gleeson
17 7 Padraig Gleeson
18 7 Padraig Gleeson
Tested with simulators: NEURON…
19 7 Padraig Gleeson
20 8 Padraig Gleeson
#### NeuroML 2
21 7 Padraig Gleeson
22 7 Padraig Gleeson
23 7 Padraig Gleeson
24 7 Padraig Gleeson
The XML for an Izhikevich model in NeuroML v2.0 is below:
25 7 Padraig Gleeson
26 1 Padraig Gleeson
    <code class="xml">
27 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>
28 1 Padraig Gleeson
29 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)
30 1 Padraig Gleeson
31 1 Padraig Gleeson
Tested with simulators: …
32 8 Padraig Gleeson
33 8 Padraig Gleeson
### Comparison to original model behaviour
34 8 Padraig Gleeson
35 8 Padraig Gleeson
table{border:1px solid black}.
36 10 Vitor Chaud
{background:\#ddd}. |**Model**|**Label** |**PyNN** |**NeuroML** | **Comments** |
37 10 Vitor Chaud
|Tonic spiking | &nbsp;&nbsp;&nbsp;A&nbsp; &nbsp; &nbsp; |OK | &nbsp;&nbsp;&nbsp;OK |
38 10 Vitor Chaud
|Phasic spiking| &nbsp;&nbsp;&nbsp;B |OK | &nbsp;&nbsp;&nbsp;OK |
39 10 Vitor Chaud
|Tonic bursting| &nbsp;&nbsp;&nbsp;C |OK | &nbsp;&nbsp;&nbsp;OK |
40 10 Vitor Chaud
|Phasic bursting| &nbsp;&nbsp;&nbsp;D |OK | &nbsp;&nbsp;&nbsp;OK |
41 10 Vitor Chaud
|Mixed mode| &nbsp;&nbsp;&nbsp;E |OK | &nbsp;&nbsp;&nbsp;OK |
42 10 Vitor Chaud
|Spike freq. adapt.| &nbsp;&nbsp;&nbsp;F |OK | &nbsp;&nbsp;&nbsp;OK |
43 10 Vitor Chaud
|Class 1 excitable| &nbsp;&nbsp;&nbsp;G |not yet implemented| &nbsp;&nbsp;&nbsp;PROBLEM| &nbsp;&nbsp;&nbsp;Different model parameterization|
44 10 Vitor Chaud
|Class 2 excitable| &nbsp;&nbsp;&nbsp;H |not yet implemented| &nbsp;&nbsp;&nbsp;OK |
45 10 Vitor Chaud
|Spike latency | &nbsp;&nbsp;&nbsp;I |OK| &nbsp;&nbsp;&nbsp;OK|
46 10 Vitor Chaud
|Subthresh. osc.| &nbsp;&nbsp;&nbsp;J |OK| &nbsp;&nbsp;&nbsp;OK|
47 10 Vitor Chaud
|Resonator| &nbsp;&nbsp;&nbsp;K |not yet implemented| &nbsp;&nbsp;&nbsp;OK |
48 10 Vitor Chaud
|Integrator| &nbsp;&nbsp;&nbsp;L |not yet implemented| &nbsp;&nbsp;&nbsp;PROBLEM| &nbsp;&nbsp;&nbsp;Different model parameterization|
49 10 Vitor Chaud
|Rebound spike| &nbsp;&nbsp;&nbsp;M |OK| &nbsp;&nbsp;&nbsp;OK |
50 10 Vitor Chaud
|Rebound burst| &nbsp;&nbsp;&nbsp;N |OK| &nbsp;&nbsp;&nbsp;OK |
51 10 Vitor Chaud
|Threshold variability| &nbsp;&nbsp;&nbsp;O |not yet implemented| &nbsp;&nbsp;&nbsp;OK |
52 10 Vitor Chaud
|Bistability| &nbsp;&nbsp;&nbsp;P |PROBLEM| &nbsp;&nbsp;&nbsp;PROBLEM |
53 10 Vitor Chaud
|Depolarizing after-potential| &nbsp;&nbsp;&nbsp;Q |PROBLEM| &nbsp;&nbsp;&nbsp;PROBLEM| &nbsp;&nbsp;&nbsp;Response depending on the time step|
54 10 Vitor Chaud
|Accomodation| &nbsp;&nbsp;&nbsp;R |not yet implemented| &nbsp;&nbsp;&nbsp;PROBLEM| &nbsp;&nbsp;&nbsp;Different from fig1|
55 10 Vitor Chaud
|Inhibition-induced spiking| &nbsp;&nbsp;&nbsp;S |PROBLEM| &nbsp;&nbsp;&nbsp;PROBLEM| &nbsp;&nbsp;&nbsp;Response depending on the time step|
56 10 Vitor Chaud
|Inhibition-induced bursting| &nbsp;&nbsp;&nbsp;T |PROBLEM | &nbsp;&nbsp;&nbsp;PROBLEM| &nbsp;&nbsp;&nbsp;Response diverging on PyNN and depending on the time step on NeuroML|