| ... | @@ -198,6 +198,7 @@ In this collection, we collect every synapse weight activity in the network duri |
... | @@ -198,6 +198,7 @@ In this collection, we collect every synapse weight activity in the network duri |
|
|
"C" : { "bsonType": "int" }, // destination neuron id
|
|
"C" : { "bsonType": "int" }, // destination neuron id
|
|
|
"To" : { "bsonType": "int" }, // source neuron id
|
|
"To" : { "bsonType": "int" }, // source neuron id
|
|
|
"V" : { "bsonType": "double" }, // weight value
|
|
"V" : { "bsonType": "double" }, // weight value
|
|
|
|
"L" : { "bsonType": "string" }, // layer name
|
|
|
"index" : { // index coordinates
|
|
"index" : { // index coordinates
|
|
|
"x": { "bsonType": "int" },
|
|
"x": { "bsonType": "int" },
|
|
|
"y": { "bsonType": "int" }
|
|
"y": { "bsonType": "int" }
|
| ... | @@ -215,6 +216,7 @@ In this collection, we collect every synapse weight activity in the network duri |
... | @@ -215,6 +216,7 @@ In this collection, we collect every synapse weight activity in the network duri |
|
|
"C" : 333,
|
|
"C" : 333,
|
|
|
"To" : 0,
|
|
"To" : 0,
|
|
|
"V" : 0.649092,
|
|
"V" : 0.649092,
|
|
|
|
"L" : "Layer1",
|
|
|
"index" : { "x": 0, "y": 0 }
|
|
"index" : { "x": 0, "y": 0 }
|
|
|
}
|
|
}
|
|
|
```
|
|
```
|
| ... | | ... | |