Balanced network with inhibitory plasticity - Vogels et al. 2011

Wiki » History » Version 12

« Previous - Version 12/19 (diff) - Next » - Current version
Vitor Chaud, 30 Apr 2014 14:57


Model overview

Vogels et al 2011 provides an extension of the model described in Vogels and Abbott 2005 mainly in order to evaluate the role of inhibitory synapse plasticity in recovering an asynchronous network state after a manifestation of some memory pattern (i.e., highly correlated activity of some neuron group).

A brief video illustrating model features can be found here.

Downloading and running a simulation

To get local clone of this project Install Git, go to the directory in which the project will be cloned and type:

> git clone https://github.com/OpenSourceBrain/VogelsEtAl2011.git

In order to install PyNN see http://neuralensemble.org/trac/PyNN/wiki/Installation. Make sure to use the latest v0.8 version from GitHub, which includes the required Vogels2011Rule synapse. Note: NEURON is the only supported simulator for this model at the moment.

Go to the PyNN subdirectory:

> cd VogelsEtAl2011/PyNN

To run a simulation type:

> python vogelsEtAl2011.py neuron

Version of the project

A Matlab code using the original model implementation can be found here.

The project described here is still under development and NEURON is the only supported simulator for this model at the moment.

table{border:1px solid black}.
{background:#ddd}. |=.State|=.Description|_=.Original simulation time|
|=. pre|The asynchronous irregular network dynamics of the model published in Vogels and Abbott (2005) without inhibitory plasticity|1 min (60000 ms)|
|={background:#eee}. A |{background:#eee}. Inhibitory to excitatory synapses are turned to 0 efficacy. The network is forced out of the AI regime and begins to fire
at high rates. Inhibitory plasticity is turned on.|{background:#eee}. Not specified|
|=. B |Inhibitory plasticity has restored asynchronous irregular dynamics|60 min (60*60*1000 ms)|
|={background:#eee}. C |{background:#eee}.The excitatory non-zero weights of the two designated memory
patterns are increased ad-hoc by a factor of 5. The neurons of hte subset
begin to exhibit elevated and more sychronized activity|{background:#eee}.5 sec (5000 ms)|
|=. D |Inhibitory plasticity has succesfully suppressed any elevated activity
from the pattern and restored the global background state|60 min (60*60*1000 ms)|
|={background:#eee}. E |{background:#eee}.By delivering an additional, 1 s long stimulus as described above to
25% of the cells within one memory pattern, the whole pattern is activated.
Activity inside the pattern stays asynchronous and irregular, and the rest of
the network, including the other pattern, ramains nearly unaffected|{background:#eee}.5 sec (5000 ms)|