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

fann_get_learning_rate

PHP function Edit on GitHub ✎

(PECL fann >= 1.0.0)

Returns the learning rate

Description

fann_get_learning_rate(resource $ann): float

The learning rate is used to determine how aggressive training should be for some of the training algorithms (FANN_TRAIN_INCREMENTAL, FANN_TRAIN_BATCH, FANN_TRAIN_QUICKPROP). Do however note that it is not used in FANN_TRAIN_RPROP.

The default learning rate is 0.7.

Parameters

ann

Description

Return Values

The learning rate, or false on error.

See Also

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