fann_get_quickprop_decay

Name

fann_get_quickprop_decay -- Get the decay parameter used by the quickprop training.

Description

float fann_get_quickprop_decay(struct fann * ann);

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

The default value for this parameter is -0.0001.

This function appears in FANN >= 1.2.0.


SourceForge.net Logo