fann_get_rprop_decrease_factor

(PECL fann >= 1.0.0)

fann_get_rprop_decrease_factorReturns the increase factor used during RPROP training

Opis

fann_get_rprop_decrease_factor ( resource $ann ) : float

The decrease factor is a value smaller than 1, which is used to decrease the step-size during RPROP training.

The default decrease factor is 0.5.

Parametry

ann

Zasób (resource) sieci neuronowej.

Zwracane wartości

The decrease factor, 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