php man page for fann_randomize_weights

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_weight

SYNOPSIS
bool fann_randomize_weights (resource $ann, float $min_weight, float $max_weight)
DESCRIPTION
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.
PARAMETERS
o $ann -Neural network resource. o $min_weight - Minimum weight value o $max_weight - Maximum weight value
RETURN VALUES
Returns TRUE on success, or FALSE otherwise.
SEE ALSO
fann_init_weights(3). PHP Documentation Group FANN_RANDOMIZE_WEIGHTS(3)
Related Man Pages
fann_cascadetrain_on_data(3) - php
fann_get_activation_steepness(3) - php
fann_get_cascade_candidate_stagnation_epochs(3) - php
fann_get_cascade_output_stagnation_epochs(3) - php
fann_set_callback(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Rules for Homework & Coursework Questions Forum
New Code Tags (Syntax Highlighting)
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!