-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (29 loc) · 1.85 KB
/
Copy pathindex.html
File metadata and controls
38 lines (29 loc) · 1.85 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
<html><pre>
For the paper:
Rossant C, Leijon S, Magnusson AK, Brette R (2011) Sensitivity of
noisy neurons to coincident inputs. J Neurosci 31:17193-206
Abstract:
How do neurons compute? Two main theories compete: neurons could
temporally integrate noisy inputs (rate-based theories) or they could
detect coincident input spikes (spike timing-based
theories). Correlations at fine timescales have been observed in many
areas of the nervous system, but they might have a minor impact. To
address this issue, we used a probabilistic approach to quantify the
impact of coincidences on neuronal response in the presence of
fluctuating synaptic activity. We found that when excitation and
inhibition are balanced, as in the sensory cortex in vivo, synchrony
in a very small proportion of inputs results in dramatic increases in
output firing rate. Our theory was experimentally validated with in
vitro recordings of cortical neurons of mice. We conclude that not
only are noisy neurons well equipped to detect coincidences, but they
are so sensitive to fine correlations that a rate-based description of
neural computation is unlikely to be accurate in general.
A brian simulator model is available at this web page:
<a href="http://briansimulator.org/docs/examples-frompapers_Rossant_et_al_2011.html">http://briansimulator.org/docs/examples-frompapers_Rossant_et_al_2011.html</a>
The simulation generates images similar to Fig. 4A,B in the paper:
<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>