forked from ModelDBRepository/182784
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.html
35 lines (24 loc) · 1023 Bytes
/
README.html
1
<html><pre># *** general descriptionSimulating and analysing plastic recurrent networks as in:[1] Sadeh, Clopath and Rotter. Emergence of Functional Specificity inBalanced Networks with Synaptic Plasticity. PLOS Computational Biology2015.# *** list of files(1) network_simulator.pySimulates a network of integrate-and-fire neurons with plasticsynapses using Exact Integration(2) params.pyDefault set of parameters in (Table 1 of) [1](3) network_run.pyUses network_simulator.py and runs a simulation of a plastic recurrent network.(4) plot_figures.pyReads the results from network_run.py and plots Figures 1 and 3 in [1]# *** to simulate the network and plot the figure(s):First run (3): simulates the network and saves the results;then run (4): reads the results and plots Figures 1 (top below) and3 (2 bottom below):<img src="./figure_1.png" alt="Figure 1" width="550"><img src="./figure_2.png" alt="Figure 3ABC" width="550"><img src="./figure_3.png" alt="Figure 3DEFG" width="550"># ***