neuralnet.php/config/neural-network.json

12 lines
215 B
JSON

{
"storage_parent": "/build/neuralnetwork/storage",
"default": {
"mutation_threshold": 1,
"fitness_end": 1,
"storage": "_buffer",
"hidden_layers": 2,
"layer_neurons": 3
}
}