neataptic
Version:
Architecture-free neural network library with genetic algorithm implementations
2,546 lines • 996 kB
JavaScript
// After just below 800 generations (was performing just as well after 100 or so)
var population = [
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": 0.32443764448154,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "6"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "7"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "9"
}
],
"connections": [
{
"weight": 1,
"from": "6",
"to": "6",
"gater": null
},
{
"weight": 1,
"from": "8",
"to": "8",
"gater": 2
},
{
"weight": -0.024771677371544,
"from": 5,
"to": 6,
"gater": null
},
{
"weight": 0.05303543720079,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 9,
"gater": null
},
{
"weight": 0.033841894965821,
"from": 8,
"to": 6,
"gater": 2
},
{
"weight": 0.072526101782296,
"from": 8,
"to": 9,
"gater": null
},
{
"weight": -0.029423368472768,
"from": 2,
"to": 6,
"gater": 5
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 7,
"gater": null
},
{
"weight": 0.0394836955507,
"from": 0,
"to": 8,
"gater": null
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 6,
"gater": null
},
{
"weight": -0.075920388338626,
"from": 7,
"to": 6,
"gater": null
},
{
"weight": 0.094498752206062,
"from": 6,
"to": 8,
"gater": null
},
{
"weight": 0.08752803430076,
"from": 9,
"to": 6,
"gater": null
},
{
"weight": 0.033841894965821,
"from": 9,
"to": 7,
"gater": null
},
{
"weight": 0.071231130181462,
"from": 7,
"to": 9,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "HLIM",
"index": "6"
},
{
"bias": -0.62036485209275,
"type": "hidden",
"squash": "LOGISTIC",
"index": "7"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": 0.36122531673377,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "6",
"to": "6",
"gater": null
},
{
"weight": 1,
"from": "9",
"to": "9",
"gater": null
},
{
"weight": -0.090499888654847,
"from": 6,
"to": 8,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": 0.08752803430076,
"from": 9,
"to": 6,
"gater": null
},
{
"weight": 0.072526101782296,
"from": 8,
"to": 10,
"gater": null
},
{
"weight": -0.029423368472768,
"from": 2,
"to": 7,
"gater": 5
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.041227191920141,
"from": 0,
"to": 9,
"gater": null
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 8,
"gater": null
},
{
"weight": -0.93127708039859,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": -0.0034697046448299,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": 0.015222971089942,
"from": 6,
"to": 9,
"gater": null
},
{
"weight": 0.033772234801298,
"from": 5,
"to": 10,
"gater": null
},
{
"weight": 0.092099077399695,
"from": 10,
"to": 8,
"gater": null
},
{
"weight": 0.0092722519151861,
"from": 9,
"to": 10,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": 0.32443764448154,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "6"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "7"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": -0.24659782641651,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "9",
"to": "9",
"gater": 2
},
{
"weight": 0.083434201264834,
"from": 5,
"to": 6,
"gater": null
},
{
"weight": 0.05431377553483,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": 0.072526101782296,
"from": 8,
"to": 10,
"gater": null
},
{
"weight": -0.020593260572595,
"from": 2,
"to": 7,
"gater": null
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.0394836955507,
"from": 0,
"to": 9,
"gater": 3
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 7,
"gater": null
},
{
"weight": -0.016543005063325,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": -0.0034697046448299,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": -0.021004421249207,
"from": 5,
"to": 10,
"gater": null
},
{
"weight": 0.08752803430076,
"from": 10,
"to": 7,
"gater": null
},
{
"weight": 0.087412171152086,
"from": 9,
"to": 10,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "HLIM",
"index": "6"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "7"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": 0.36122531673377,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "6",
"to": "6",
"gater": null
},
{
"weight": 1,
"from": "7",
"to": "7",
"gater": null
},
{
"weight": 1,
"from": "9",
"to": "9",
"gater": 4
},
{
"weight": -0.020593260572595,
"from": 2,
"to": 7,
"gater": null
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": -0.028533508627318,
"from": 0,
"to": 9,
"gater": null
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 7,
"gater": null
},
{
"weight": 0.071611329485908,
"from": 5,
"to": 6,
"gater": 0
},
{
"weight": 0.071090087814687,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": -0.021004421249207,
"from": 5,
"to": 9,
"gater": 1
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": -0.0034697046448299,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": 0.08752803430076,
"from": 10,
"to": 7,
"gater": null
},
{
"weight": 0.027453422018819,
"from": 9,
"to": 8,
"gater": null
},
{
"weight": 0.072526101782296,
"from": 8,
"to": 10,
"gater": null
},
{
"weight": -0.07259297157759,
"from": 9,
"to": 10,
"gater": null
},
{
"weight": 0.06613150855542,
"from": 8,
"to": 6,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "HLIM",
"index": "6"
},
{
"bias": 0.067332701702163,
"type": "hidden",
"squash": "SOFTSIGN",
"index": "7"
},
{
"bias": 0.25887154347073,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": 0.36122531673377,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "6",
"to": "6",
"gater": null
},
{
"weight": 1,
"from": "7",
"to": "7",
"gater": null
},
{
"weight": 1,
"from": "9",
"to": "9",
"gater": 2
},
{
"weight": 0.057051893671466,
"from": 3,
"to": 7,
"gater": null
},
{
"weight": 0.071611329485908,
"from": 5,
"to": 6,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": -0.072388980632522,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": 0.087412171152086,
"from": 9,
"to": 10,
"gater": null
},
{
"weight": -0.020593260572595,
"from": 2,
"to": 7,
"gater": null
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.0394836955507,
"from": 0,
"to": 9,
"gater": null
},
{
"weight": -0.090499888654847,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": 0.06613150855542,
"from": 8,
"to": 6,
"gater": null
},
{
"weight": -0.93127708039859,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": 0.08752803430076,
"from": 10,
"to": 7,
"gater": null
},
{
"weight": 0.027453422018819,
"from": 9,
"to": 8,
"gater": null
},
{
"weight": 0.072526101782296,
"from": 8,
"to": 10,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": 0.027388507777558,
"type": "hidden",
"squash": "SOFTSIGN",
"index": "6"
},
{
"bias": -0.092868377852909,
"type": "hidden",
"squash": "RELU",
"index": "7"
},
{
"bias": 0.36122531673377,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": -0.24659782641651,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "6",
"to": "6",
"gater": null
},
{
"weight": 1,
"from": "7",
"to": "7",
"gater": null
},
{
"weight": 1,
"from": "9",
"to": "9",
"gater": 2
},
{
"weight": -0.020593260572595,
"from": 2,
"to": 7,
"gater": null
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.0394836955507,
"from": 0,
"to": 9,
"gater": 0
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 7,
"gater": null
},
{
"weight": 0.071611329485908,
"from": 5,
"to": 6,
"gater": null
},
{
"weight": 0.05431377553483,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": -0.93127708039859,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": -0.014401414149504,
"from": 7,
"to": 8,
"gater": 10
},
{
"weight": 0.08752803430076,
"from": 10,
"to": 7,
"gater": null
},
{
"weight": 0.071231130181462,
"from": 8,
"to": 10,
"gater": null
},
{
"weight": 0.087412171152086,
"from": 9,
"to": 10,
"gater": null
},
{
"weight": 0.06613150855542,
"from": 8,
"to": 6,
"gater": null
},
{
"weight": -0.053728362598766,
"from": 9,
"to": 7,
"gater": null
},
{
"weight": 0.027453422018819,
"from": 9,
"to": 8,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "HLIM",
"index": "6"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "7"
},
{
"bias": 0.027395150108541,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": 0.30588993498435,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "6",
"to": "6",
"gater": null
},
{
"weight": 1,
"from": "7",
"to": "7",
"gater": null
},
{
"weight": 1,
"from": "9",
"to": "9",
"gater": null
},
{
"weight": -0.022190519460727,
"from": 2,
"to": 7,
"gater": 6
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.0394836955507,
"from": 0,
"to": 9,
"gater": null
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 7,
"gater": null
},
{
"weight": 0.86145584064484,
"from": 5,
"to": 6,
"gater": null
},
{
"weight": 0.05431377553483,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": 0.06613150855542,
"from": 8,
"to": 6,
"gater": null
},
{
"weight": -0.93127708039859,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": -0.072388980632522,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": 0.08752803430076,
"from": 10,
"to": 7,
"gater": null
},
{
"weight": 0.027453422018819,
"from": 9,
"to": 8,
"gater": null
},
{
"weight": 0.087412171152086,
"from": 9,
"to": 10,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "6"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "7"
},
{
"bias": 0.36122531673377,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": 0.30588993498435,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "9",
"to": "9",
"gater": null
},
{
"weight": -0.022190519460727,
"from": 2,
"to": 7,
"gater": 6
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.0394836955507,
"from": 0,
"to": 9,
"gater": null
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 7,
"gater": null
},
{
"weight": -0.024771677371544,
"from": 5,
"to": 6,
"gater": null
},
{
"weight": 0.071090087814687,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": -0.87645362590892,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": -0.072388980632522,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": 1.0343207319112,
"from": 10,
"to": 7,
"gater": null
},
{
"weight": 0.072526101782296,
"from": 8,
"to": 10,
"gater": null
},
{
"weight": -0.63718526516452,
"from": 9,
"to": 10,
"gater": null
},
{
"weight": 0.028710870901331,
"from": 8,
"to": 7,
"gater": null
},
{
"weight": -0.021004421249207,
"from": 5,
"to": 10,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": 0.067332701702163,
"type": "hidden",
"squash": "SOFTSIGN",
"index": "6"
},
{
"bias": 0.067332701702163,
"type": "hidden",
"squash": "SOFTSIGN",
"index": "7"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": 0.36122531673377,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "IDENTITY",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "6",
"to": "6",
"gater": null
},
{
"weight": 1,
"from": "9",
"to": "9",
"gater": null
},
{
"weight": -0.022190519460727,
"from": 2,
"to": 7,
"gater": null
},
{
"weight": 0.030912918137994,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.041227191920141,
"from": 0,
"to": 9,
"gater": null
},
{
"weight": -0.87645362590892,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": -0.072388980632522,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": 0.032241202637677,
"from": 5,
"to": 10,
"gater": null
},
{
"weight": 0.072526101782296,
"from": 8,
"to": 10,
"gater": null
},
{
"weight": -0.066352353011977,
"from": 9,
"to": 10,
"gater": null
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 8,
"gater": null
},
{
"weight": -0.090499888654847,
"from": 6,
"to": 8,
"gater": null
},
{
"weight": 0.84596774507336,
"from": 9,
"to": 6,
"gater": null
},
{
"weight": 0.015222971089942,
"from": 6,
"to": 9,
"gater": null
},
{
"weight": 0.092099077399695,
"from": 10,
"to": 8,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "HLIM",
"index": "6"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "7"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": 0.34961402441832,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "6",
"to": "6",
"gater": null
},
{
"weight": 1,
"from": "9",
"to": "9",
"gater": 2
},
{
"weight": -0.020593260572595,
"from": 2,
"to": 7,
"gater": null
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.0394836955507,
"from": 0,
"to": 9,
"gater": null
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 7,
"gater": null
},
{
"weight": -0.024771677371544,
"from": 5,
"to": 6,
"gater": null
},
{
"weight": -0.090499888654847,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": -0.93127708039859,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": 0.071090087814687,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": 0.032241202637677,
"from": 5,
"to": 10,
"gater": null
},
{
"weight": 0.071231130181462,
"from": 8,
"to": 10,
"gater": null
},
{
"weight": -0.066352353011977,
"from": 9,
"to": 10,
"gater": null
},
{
"weight": 0.038333252311212,
"from": 10,
"to": 6,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": 0.076187378561766,
"type": "hidden",
"squash": "IDENTITY",
"index": "6"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "7"
},
{
"bias": 0.027395150108541,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": -0.24659782641651,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "6",
"to": "6",
"gater": null
},
{
"weight": 1,
"from": "7",
"to": "7",
"gater": null
},
{
"weight": 1,
"from": "9",
"to": "9",
"gater": null
},
{
"weight": -0.022190519460727,
"from": 2,
"to": 7,
"gater": 6
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.0394836955507,
"from": 0,
"to": 9,
"gater": null
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 7,
"gater": null
},
{
"weight": -0.024771677371544,
"from": 5,
"to": 6,
"gater": null
},
{
"weight": 0.071090087814687,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": -0.93127708039859,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": -0.072388980632522,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": 0.08752803430076,
"from": 10,
"to": 7,
"gater": null
},
{
"weight": 0.072526101782296,
"from": 8,
"to": 10,
"gater": null
},
{
"weight": -0.07259297157759,
"from": 9,
"to": 10,
"gater": null
},
{
"weight": 0.06613150855542,
"from": 8,
"to": 6,
"gater": null
},
{
"weight": 0.027453422018819,
"from": 9,
"to": 8,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": -0.21728795888705,
"type": "hidden",
"squash": "HLIM",
"index": "6"
},
{
"bias": 0.067332701702163,
"type": "hidden",
"squash": "SOFTSIGN",
"index": "7"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": -0.24659782641651,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "6",
"to": "6",
"gater": null
},
{
"weight": 1,
"from": "7",
"to": "7",
"gater": null
},
{
"weight": 1,
"from": "9",
"to": "9",
"gater": 2
},
{
"weight": 0.095061280327433,
"from": 2,
"to": 7,
"gater": null
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.0394836955507,
"from": 0,
"to": 9,
"gater": null
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 7,
"gater": null
},
{
"weight": -0.024771677371544,
"from": 5,
"to": 6,
"gater": null
},
{
"weight": 0.071090087814687,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": -0.93127708039859,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": -0.014401414149504,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": 0.08752803430076,
"from": 10,
"to": 7,
"gater": null
},
{
"weight": 0.072526101782296,
"from": 8,
"to": 10,
"gater": null
},
{
"weight": 0.071231130181462,
"from": 9,
"to": 10,
"gater": null
},
{
"weight": 0.06613150855542,
"from": 8,
"to": 6,
"gater": null
},
{
"weight": 0.027453422018819,
"from": 9,
"to": 8,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "HLIM",
"index": "6"
},
{
"bias": 0.067332701702163,
"type": "hidden",
"squash": "SOFTSIGN",
"index": "7"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": 0.30588993498435,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "6",
"to": "6",
"gater": null
},
{
"weight": 1,
"from": "7",
"to": "7",
"gater": null
},
{
"weight": 1,
"from": "9",
"to": "9",
"gater": null
},
{
"weight": -0.022190519460727,
"from": 2,
"to": 7,
"gater": null
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.0394836955507,
"from": 0,
"to": 9,
"gater": null
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 7,
"gater": null
},
{
"weight": 0.86145584064484,
"from": 5,
"to": 6,
"gater": null
},
{
"weight": 0.071090087814687,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": -0.93127708039859,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": -0.029547739573786,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": 0.08752803430076,
"from": 10,
"to": 7,
"gater": null
},
{
"weight": 0.072526101782296,
"from": 8,
"to": 10,
"gater": null
},
{
"weight": 0.072526101782296,
"from": 9,
"to": 10,
"gater": null
},
{
"weight": 0.06613150855542,
"from": 8,
"to": 6,
"gater": null
},
{
"weight": 0.027453422018819,
"from": 9,
"to": 8,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": 0.25887154347073,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "6"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "HLIM",
"index": "7"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": 0.30588993498435,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "6",
"to": "6",
"gater": null
},
{
"weight": 1,
"from": "7",
"to": "7",
"gater": null
},
{
"weight": 1,
"from": "9",
"to": "9",
"gater": 4
},
{
"weight": -0.020593260572595,
"from": 2,
"to": 7,
"gater": null
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.041227191920141,
"from": 0,
"to": 9,
"gater": null
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 7,
"gater": null
},
{
"weight": -0.024771677371544,
"from": 5,
"to": 6,
"gater": null
},
{
"weight": 0.071090087814687,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": -0.87645362590892,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": -0.014401414149504,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": 0.08752803430076,
"from": 10,
"to": 7,
"gater": null
},
{
"weight": 0.027453422018819,
"from": 9,
"to": 8,
"gater": null
},
{
"weight": 0.072526101782296,
"from": 8,
"to": 10,
"gater": null
},
{
"weight": 0.087412171152086,
"from": 9,
"to": 10,
"gater": null
},
{
"weight": 0.06613150855542,
"from": 8,
"to": 6,
"gater": null
},
{
"weight": 0.089284588040405,
"from": 0,
"to": 8,
"gater": null
}
],
"input": 6,
"output": 1
},
{
"nodes": [
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "0"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "1"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "2"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "3"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "4"
},
{
"bias": 0,
"type": "input",
"squash": "LOGISTIC",
"index": "5"
},
{
"bias": 0.30588993498435,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "6"
},
{
"bias": 0.012135640254848,
"type": "hidden",
"squash": "RELU",
"index": "7"
},
{
"bias": -0.16647256367238,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "8"
},
{
"bias": 0.36122531673377,
"type": "hidden",
"squash": "GAUSSIAN",
"index": "9"
},
{
"bias": 0.98944240585711,
"type": "output",
"squash": "RELU",
"index": "10"
}
],
"connections": [
{
"weight": 1,
"from": "9",
"to": "9",
"gater": 4
},
{
"weight": -0.020593260572595,
"from": 2,
"to": 7,
"gater": null
},
{
"weight": -0.044349569866525,
"from": 1,
"to": 8,
"gater": null
},
{
"weight": 0.0394836955507,
"from": 0,
"to": 9,
"gater": null
},
{
"weight": -0.066334945325074,
"from": 3,
"to": 7,
"gater": null
},
{
"weight": -0.024771677371544,
"from": 5,
"to": 6,
"gater": null
},
{
"weight": 0.071090087814687,
"from": 6,
"to": 7,
"gater": null
},
{
"weight": -0.87645362590892,
"from": 5,
"to": 9,
"gater": null
},
{
"weight": 0.87913020076831,
"from": 4,
"to": 10,
"gater": null
},
{
"weight": -0.014401414149504,
"from": 7,
"to": 8,
"gater": null
},
{
"weight": -0.021004421249207,
"from": 5,
"to": 10,
"gater": null
},
{
"weight": 0.08752803430076,
"from": 10,
"to