update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the learning momentum

fann_get_learning_momentum

(PECL fann >= 1.0.0)

fann_get_learning_momentumReturns the learning momentum

설명

float fann_get_learning_momentum ( resource $ann )

The learning momentum can be used to speed up FANN_TRAIN_INCREMENTAL 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.

The default momentum is 0.

인수

ann

Neural network resource.

반환값

Returns TRUE on success, or FALSE otherwise.

The learning momentum, or FALSE on error.

참고