fann_get_learning_momentum

(PECL fann >= 1.0.0)

fann_get_learning_momentumReturns the learning momentum

Opis

fann_get_learning_momentum ( resource $ann ) : float

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.

Parametry

ann

Zasób (resource) sieci neuronowej.

Zwracane wartości

Zwraca TRUE przy powodzeniu, FALSE w przeciwnym wypadku.

The learning momentum, or FALSE on error.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top