PHP.nl

fann_get_learning_momentum

fann_get_learning_momentum

Returns the learning momentum

float **fann_get_learning_momentum** resource $ann

The learning momentum can be used to speed up training. A too high momentum will however not benefit training. Setting momentum to 0 will be the same as not using the momentum parameter. The recommended value of this parameter is between 0.0 and 1.0. FANN_TRAIN_INCREMENTAL

The default momentum is 0.

annThe learning momentum, or false on error.

fann_set_learning_momentum``fann_set_training_algorithm