| ... | ... | @@ -195,8 +195,8 @@ In this collection, we collect every synapse weight activity in the network duri |
|
|
|
"properties" : {
|
|
|
|
"_id" : { "bsonType": "objectId" }, // id
|
|
|
|
"T" : { "bsonType": "double" }, // time of synapse update
|
|
|
|
"C" : { "bsonType": "int" }, // destination neuron id
|
|
|
|
"To" : { "bsonType": "int" }, // source neuron id
|
|
|
|
"C" : { "bsonType": "int" }, // source neuron id
|
|
|
|
"To" : { "bsonType": "int" }, // destination neuron id
|
|
|
|
"V" : { "bsonType": "double" }, // weight value
|
|
|
|
"L" : { "bsonType": "string" }, // layer name
|
|
|
|
"index" : { // index coordinates
|
| ... | ... | |