Multilayer neuron network
This commit is contained in:
@@ -14,6 +14,19 @@ return [
|
||||
*/
|
||||
'limited_broadcast_number' => 100,
|
||||
|
||||
/**
|
||||
* The maximum number of iterations that can be sent in a single broadcast.
|
||||
*/
|
||||
'broadcast_iteration_size' => 75,
|
||||
|
||||
/**
|
||||
* Hide the weight columns in the iteration table above this count.
|
||||
*/
|
||||
'max_displayed_weights' => 25,
|
||||
|
||||
'run_inputs_validation' => [
|
||||
'hidden_layers' => 'required|integer|min:1|max:5',
|
||||
'hidden_layers_neurons' => 'required|integer|min:1|max:5',
|
||||
'max_iterations' => 'required|integer|min:1|max:5000',
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user