GoLang fann_get_quickprop_mu

request it (265)
GoLang replacement for PHP's fann_get_quickprop_mu [edit | history]



Do you know a GoLang replacement for PHP's fann_get_quickprop_mu? Write it!

PHP fann_get_quickprop_mu

PHP original manual for fann_get_quickprop_mu [ show | php.net ]

fann_get_quickprop_mu

(PECL fann >= 1.0.0)

fann_get_quickprop_muReturns the mu factor

Description

float fann_get_quickprop_mu ( resource $ann )

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.

Parameters

ann

Neural network resource.

Return Values

The mu factor, or FALSE on error.

See Also