Edit History

Wiki » History » Version 7

Padraig Gleeson, 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 7 Padraig Gleeson
Installation
7 7 Padraig Gleeson
------------
8 7 Padraig Gleeson
9 7 Padraig Gleeson
To get local clone of this project…
10 7 Padraig Gleeson
11 7 Padraig Gleeson
Versions of the project
12 7 Padraig Gleeson
-----------------------
13 7 Padraig Gleeson
14 7 Padraig Gleeson
The original model in [MATLAB format](http://izhikevich.org/publications/figure1.m) has been converted to a number of other formats.
15 7 Padraig Gleeson
16 7 Padraig Gleeson
### PyNN
17 7 Padraig Gleeson
18 7 Padraig Gleeson
19 7 Padraig Gleeson
20 7 Padraig Gleeson
Tested with simulators: NEURON…
21 7 Padraig Gleeson
22 7 Padraig Gleeson
### NeuroML 2
23 7 Padraig Gleeson
24 7 Padraig Gleeson
25 7 Padraig Gleeson
26 7 Padraig Gleeson
The XML for an Izhikevich model in NeuroML v2.0 is below:
27 7 Padraig Gleeson
28 6 Padraig Gleeson
    <code class="xml">
29 6 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>
30 1 Padraig Gleeson
31 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)
32 7 Padraig Gleeson
33 7 Padraig Gleeson
Tested with simulators: …