Fann Funciones
PHP Manual

fann_randomize_weights

(PECL fann >= 1.0.0)

fann_randomize_weightsGive each connection a random weight between min_weight and max_weight

Descripción

bool fann_randomize_weights ( resource $ann , float $min_weight , float $max_weight )

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.

Parámetros

ann

resource de red neuronal.

min_weight

Minimum weight value

max_weight

Maximum weight value

Valores devueltos

Devuelve TRUE en caso de éxito, o FALSE de lo contrario.

Ver también


Fann Funciones
PHP Manual