Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.47 KB

example_11.rst

File metadata and controls

45 lines (28 loc) · 1.47 KB

11 Large scale BRIAN simulation

This example involves a large scale simulation of a BRIAN network brian-framework. The example is taken from the Litwin-Kumar and Doiron paper from Nature neuroscience 2012.

It is split into three different modules: The clusternet.py file containing the network specification, the runscript.py file to start a simulation (you have to be patient, BRIAN simulations can take some time), and the plotff.py to plot the results of the parameter exploration, i.e. the Fano Factor as a function of the clustering parameter R_ee.

Download: clusternet.py <../../../examples/example_11_large_scale_brian_simulation/clusternet.py>

Download: runscript.py <../../../examples/example_11_large_scale_brian_simulation/runscript.py>

Download: plotff.py <../../../examples/example_11_large_scale_brian_simulation/plotff.py>

Clusternet

../../../examples/example_11_large_scale_brian_simulation/clusternet.py

Runscript

../../../examples/example_11_large_scale_brian_simulation/runscript.py

Plotff

../../../examples/example_11_large_scale_brian_simulation/plotff.py