Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


examples:sim_background

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
examples:sim_background [2014/01/20 11:31] – [The important bits] zenkeexamples:sim_background [2014/01/20 11:41] zenke
Line 1: Line 1:
 ====== sim_background ====== ====== sim_background ======
  
-This simulation was used in Zenke et al. 2013 to study the stability of the asynchronous irregular background state in a balanced network in the presence of [[manual:TripletSTDPConnection|TripletSTDP]] over extended periods of time (up to 24h network time; see A in Figure below).+This simulation is a bit more sophisticated because it comes with many adjustable settings. Therefore the code might not be as straight forward to read as this is the case in the more simple examples. It was used in Zenke et al. 2013 to study the stability of the asynchronous irregular background state in a balanced network in the presence of [[manual:TripletSTDPConnection|TripletSTDP]] over extended periods of time (up to 24h network time; see A in Figure below).
  
 {{:examples:zenke_et_al.png?300|}} {{:examples:zenke_et_al.png?300|}}
Line 79: Line 79:
  
  
-Finally triplet STDP is setup here. The code again looks a bit more complicated since the simulation supports the use of different flavours of [[TripletSTDPConnection]], the optional addition of Gaussian noise on the initial weights the loading of a predefined connectivity matrix via [[wmat]] file.+Finally triplet STDP is setup here. The code again looks a bit more complicated since the simulation supports the use of different flavours of [[manual:TripletSTDPConnection]], the optional addition of Gaussian noise on the initial weights the loading of a predefined connectivity matrix via [[manual:wmat]] file.
 <code c++> <code c++>
 TripletConnection * con_ee; TripletConnection * con_ee;
examples/sim_background.txt · Last modified: 2014/03/20 09:04 by zenke