fann_randomize_weights

Name

fann_randomize_weights -- Randomize the weights of the neurons in the network.

Description

void fann_randomize_weights(resource ann, float minimum, float maximum);

fann_randomize_weights will randomize the weights of all neurons in ann, effectively resetting the network.

See also: Adjusting Parameters, fann_init_weights

This function appears in FANN-PHP >= 0.1.0.


SourceForge.net Logo