fann_set_rprop_decrease_factor

Name

fann_set_rprop_decrease_factor -- Set the decrease factor used by RPROP training.

Description

void fann_set_rprop_decrease_factor(struct fann * ann, float rprop_decrease_factor);

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

The default value for this parameter is 0.5.

This function appears in FANN >= 1.2.0.


SourceForge.net Logo