-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (31 loc) · 1.92 KB
/
Copy pathindex.html
File metadata and controls
40 lines (31 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html><pre>
For the paper:
Brette R. and Gerstner W. (2005), Adaptive Exponential
Integrate-and-Fire Model as an Effective Description of Neuronal
Activity, J. Neurophysiol. 94: 3637 - 3642.
Abstract:
We introduce a two-dimensional integrate-and-fire model that combines
an exponential spike mechanism with an adaptation equation, based on
recent theoretical findings. We describe a systematic method to
estimate its parameters with simple electrophysiological protocols
(current-clamp injection of pulses and ramps) and apply it to a
detailed conductance-based model of a regular spiking neuron. Our
simple model predicts correctly the timing of 96% of the spikes (+/-2
ms) of the detailed model in response to injection of noisy synaptic
conductances. The model is especially reliable in high-conductance
states, typical of cortical activity in vivo, in which intrinsic
conductances were found to have a reduced role in shaping spike
trains. These results are promising because this simple model has
enough expressive power to reproduce qualitatively several
electrophysiological classes described in vitro.
A brian simulator model is available at this web page:
<a href="http://briansimulator.org/docs/examples-frompapers_Brette_Gerstner_2005.html">http://briansimulator.org/docs/examples-frompapers_Brette_Gerstner_2005.html</a>
The default setting is the parameters of the regular spiking neuron
model in table 1 in the paper (however other settings are available)
and generates the following demo figure:
<img src="./screenshot.png" alt="screenshot" width="550">
This simulation requires Brian which can be downloaded and installed
from the instructions available at <a href="http://www.briansimulator.org/">http://www.briansimulator.org/</a>
For support on installing and using Brian simulations there is a
support group at <a href="https://groups.google.com/group/briansupport">https://groups.google.com/group/briansupport</a>.
</pre></html>