Query: fann_randomize_weights
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_RANDOMIZE_WEIGHTS(3) 1 FANN_RANDOMIZE_WEIGHTS(3) fann_randomize_weights - Give each connection a random weight between min_weight and max_weightSYNOPSISbool fann_randomize_weights (resource $ann, float $min_weight, float $max_weight)DESCRIPTIONGive each connection a random weight between $min_weight and $max_weight From the beginning the weights are random between -0.1 and 0.1.PARAMETERSo $ann -Neural network resource. o $min_weight - Minimum weight value o $max_weight - Maximum weight valueRETURN VALUESReturns TRUE on success, or FALSE otherwise.SEE ALSOfann_init_weights(3). PHP Documentation Group FANN_RANDOMIZE_WEIGHTS(3)