-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (36 loc) · 2.28 KB
/
index.html
File metadata and controls
49 lines (36 loc) · 2.28 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
41
42
43
44
45
46
47
48
49
<html><pre>
For the paper:
Diesmann M, Gewaltig MO, Aertsen A (1999) Conditions for stable
propagation of synchronous spiking in cortical neural networks.
Nature 402:529-533
Abstract:
The classical view of neural coding has emphasized the importance of
information carried by the rate at which neurons discharge action
potentials. More recent proposals that information may be carried by
precise spike timing have been challenged by the assumption that these
neurons operate in a noisy fashion--presumably reflecting fluctuations
in synaptic input and, thus, incapable of transmitting signals with
millisecond fidelity. Here we show that precisely synchronized action
potentials can propagate within a model of cortical network activity
that recapitulates many of the features of biological systems. An
attractor, yielding a stable spiking precision in the (sub)millisecond
range, governs the dynamics of synchronization. Our results indicate
that a combinatorial neural code, based on rapid associations of
groups of neurons co-ordinating their activity at the single spike
level, is possible within a cortical-like network.
Brian simulator models are available at this web page:
<a href="http://briansimulator.org/docs/examples-frompapers_Diesmann_et_al_1999.html">http://briansimulator.org/docs/examples-frompapers_Diesmann_et_al_1999.html</a>
and here is a similar but longer one with functions and a class
definition:
<a href="http://briansimulator.org/docs/examples-frompapers_Diesmann_et_al_1999_longer.html">http://briansimulator.org/docs/examples-frompapers_Diesmann_et_al_1999_longer.html</a>
The simulation generates an image similar to Fig. 1d in the paper,
albeit at a faster synaptic delay than the papers 5ms one:
<img src="./screenshot.png" alt="screenshot" width="550">
If n is reduced to 48 on line 18 (the PulsePacket line) a figure
similar to 1e is produced:
<img src="./screenshot2.png" alt="screenshot2" 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>