-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_smallnet3_det.json
executable file
·70 lines (69 loc) · 1.46 KB
/
config_smallnet3_det.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"simulation" :
{
"description" : "Network of 4 exc. and 1 inh. neurons without background input, one exc. neuron is stimulated with a strong current for maximal activity, plasticity is deterministic; in addition 1 inh. neuron; intended for testing and to investigate basic properties",
"short_description" : "smallnet3 det",
"runtime" : 3,
"dt" : 0.002,
"dt_ff" : 50000,
"output_period" : 1,
"reduced_data" : 0,
"learn_protocol": {
"time_start": 0,
"scheme": "FULL",
"freq": 1,
"N_stim" : 5000
},
"recall_protocol": { },
"bg_protocol": { },
"sample_gid_list": [ 0, 1, 2, 2, 3, 3, 4],
"sample_syn_list": [-1, 0, 1, 0, 0, 1, -1]
},
"populations" :
{
"N_exc" : 4,
"N_inh" : 1,
"N_CA" : 1,
"w_ei" : 2.0,
"w_ie" : 4.0,
"w_ii" : 4.0,
"p_c" : -1,
"p_r" : 1,
"conn_file": "connections_smallnet3.txt"
},
"neuron" :
{
"mechanism" : "lif",
"V_init" : -65.0,
"V_rev" : -65.0,
"V_reset" : -70.0,
"V_th" : -55.0,
"R_leak" : 10.0,
"R_reset" : 1e-10,
"C_mem" : 1e-9,
"t_ref" : 2.0,
"radius" : 1e-3
},
"synapses" :
{
"tau_syn" : 5.0,
"t_ax_delay" : 3.0,
"syn_exc_calcium_plasticity" :
{
"h_0" : 4.20075,
"t_Ca_delay" : 18.8,
"Ca_pre" : 0.6,
"Ca_post" : 0.1655,
"sigma_pl" : 0,
"theta_p" : 3.0,
"theta_d" : 1.2,
"theta_pro" : 2.10037,
"theta_tag" : 0.840149,
"p_max" : 10.0,
"tau_h" : 688400,
"tau_z" : 3600000,
"tau_Ca" : 48.8,
"tau_p" : 3600000
}
}
}