PHP 8.3.4 Released!

fann_get_learning_rate

(PECL fann >= 1.0.0)

fann_get_learning_rateReturns 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.

Liste de paramètres

ann

Ressource de réseau de neurones.

Valeurs de retour

The learning rate, or false on error.

Voir aussi

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top