PHP.nl

fann_randomize_weights

fann_randomize_weights

Give each connection a random weight between min_weight and max_weight

bool **fann_randomize_weights** resource $ann float $min_weight float $max_weight

Give each connection a random weight between and min_weight``max_weight

From the beginning the weights are random between -0.1 and 0.1.

ann``min_weightMinimum weight value

max_weightMaximum weight value

fann_init_weights