php8.5
Home/ Manual/ fann / functions/ fann_get_quickprop_decay

fann_get_quickprop_decay

PHP function Edit on GitHub ✎

(PECL fann >= 1.0.0)

Returns the decay which is a factor that weights should decrease in each iteration during quickprop training

Description

fann_get_quickprop_decay(resource $ann): float

The decay is a small negative valued number which is a factor that the weights should decrease in each iteration during quickprop training. This is used to make sure that the weights do not become too high during training.

The default decay is -0.0001.

Parameters

ann

Description

Return Values

The decay, or false on error.

See Also

Source: reference/fann/functions/fann-get-quickprop-decay.xml · from the official PHP manual (php/doc-en)