CakeFest 2024: The Official CakePHP Conference

fann_get_quickprop_mu

(PECL fann >= 1.0.0)

fann_get_quickprop_muReturns the mu factor

Descrizione

fann_get_quickprop_mu(resource $ann): float

The mu factor is used to increase and decrease the step-size during quickprop training. The mu factor should always be above 1, since it would otherwise decrease the step-size when it was suppose to increase it.

The default mu factor is 1.75.

Elenco dei parametri

ann

Neural network resource.

Valori restituiti

The mu factor, or false on error.

Vedere anche:

add a note

User Contributed Notes

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