(PECL fann >= 1.0.0)
fann_randomize_weights — Give each connection a random weight between min_weight and max_weight
$ann
, float $min_weight
, float $max_weight
) : bool
Give each connection a random weight between min_weight
and max_weight
From the beginning the weights are random between -0.1 and 0.1.
ann
resource a unei rețele neuronale.
min_weight
Minimum weight value
max_weight
Maximum weight value
Întoarce true
în caz de succes, sau false
în caz contrar.