File size: 9,791 Bytes
9410134
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
{
    "IAFs": {
        "format": "ModECI MDF v0.4",
        "generating_application": "Python modeci-mdf v0.4.11",
        "metadata": {
            "preferred_duration": 100,
            "preferred_dt": 0.1
        },
        "graphs": {
            "IAFs": {
                "nodes": {
                    "current_input_node": {
                        "parameters": {
                            "time": {
                                "default_initial_value": 0,
                                "time_derivative": "1"
                            },
                            "start": {
                                "value": 20
                            },
                            "duration": {
                                "value": 60
                            },
                            "amplitude": {
                                "value": 10
                            },
                            "level": {
                                "value": 0,
                                "conditions": [
                                    {
                                        "id": "on",
                                        "test": "time > start",
                                        "value": "amplitude"
                                    },
                                    {
                                        "id": "off",
                                        "test": "time > start + duration",
                                        "value": "amplitude*0"
                                    }
                                ]
                            }
                        },
                        "output_ports": {
                            "current_output": {
                                "value": "level"
                            }
                        }
                    },
                    "pre": {
                        "input_ports": {
                            "current_input": {
                                "shape": [
                                    1
                                ]
                            }
                        },
                        "parameters": {
                            "v0": {
                                "value": [
                                    -60
                                ]
                            },
                            "erev": {
                                "value": [
                                    -70
                                ]
                            },
                            "tau": {
                                "value": 10.0
                            },
                            "thresh": {
                                "value": [
                                    -20
                                ]
                            },
                            "spiking": {
                                "default_initial_value": "0",
                                "conditions": [
                                    {
                                        "id": "is_spiking",
                                        "test": "v >= thresh",
                                        "value": "1"
                                    },
                                    {
                                        "id": "not_spiking",
                                        "test": "v < thresh",
                                        "value": "0"
                                    }
                                ]
                            },
                            "v": {
                                "default_initial_value": "v0",
                                "time_derivative": "-1 * (v-erev)/tau + current_input",
                                "conditions": [
                                    {
                                        "id": "reset",
                                        "test": "v > thresh",
                                        "value": "erev"
                                    }
                                ]
                            }
                        },
                        "output_ports": {
                            "v_output": {
                                "value": "v"
                            },
                            "spiking_output": {
                                "value": "spiking"
                            }
                        }
                    },
                    "post": {
                        "input_ports": {
                            "current_input": {
                                "shape": [
                                    1
                                ]
                            }
                        },
                        "parameters": {
                            "v0": {
                                "value": [
                                    -60
                                ]
                            },
                            "erev": {
                                "value": [
                                    -70
                                ]
                            },
                            "tau": {
                                "value": 10.0
                            },
                            "thresh": {
                                "value": [
                                    -20
                                ]
                            },
                            "spiking": {
                                "default_initial_value": "0",
                                "conditions": [
                                    {
                                        "id": "is_spiking",
                                        "test": "v >= thresh",
                                        "value": "1"
                                    },
                                    {
                                        "id": "not_spiking",
                                        "test": "v < thresh",
                                        "value": "0"
                                    }
                                ]
                            },
                            "v": {
                                "default_initial_value": "v0",
                                "time_derivative": "-1 * (v-erev)/tau + current_input",
                                "conditions": [
                                    {
                                        "id": "reset",
                                        "test": "v > thresh",
                                        "value": "erev"
                                    }
                                ]
                            }
                        },
                        "output_ports": {
                            "v_output": {
                                "value": "v"
                            },
                            "spiking_output": {
                                "value": "spiking"
                            }
                        }
                    },
                    "syn_post": {
                        "input_ports": {
                            "spike_input": {
                                "shape": [
                                    1
                                ]
                            }
                        },
                        "parameters": {
                            "syn_tau": {
                                "value": 10
                            },
                            "spike_weights": {
                                "value": [
                                    40
                                ]
                            },
                            "weighted_spike": {
                                "function": "MatMul",
                                "args": {
                                    "A": "spike_weights",
                                    "B": "spike_input"
                                }
                            },
                            "syn_i": {
                                "default_initial_value": "0",
                                "time_derivative": "-1 * syn_i",
                                "conditions": [
                                    {
                                        "id": "spike_detected",
                                        "test": "spike_input > 0",
                                        "value": "weighted_spike"
                                    }
                                ]
                            }
                        },
                        "output_ports": {
                            "current_output": {
                                "value": "syn_i"
                            }
                        }
                    }
                },
                "edges": {
                    "input_edge": {
                        "sender": "current_input_node",
                        "receiver": "pre",
                        "sender_port": "current_output",
                        "receiver_port": "current_input"
                    },
                    "post_internal_edge": {
                        "sender": "syn_post",
                        "receiver": "post",
                        "sender_port": "current_output",
                        "receiver_port": "current_input"
                    },
                    "syn_edge": {
                        "sender": "pre",
                        "receiver": "syn_post",
                        "sender_port": "spiking_output",
                        "receiver_port": "spike_input"
                    }
                }
            }
        }
    }
}