PHP 8.3.4 Released!

fann_set_learning_momentum

(PECL fann >= 1.0.0)

fann_set_learning_momentumEstablece el momento del aprendizaje

Descripción

fann_set_learning_momentum(resource $ann, float $learning_momentum): bool

Establece el momento del aprendizaje.

Hay más información disponible en fann_get_learning_momentum().

Parámetros

ann

Un resource de red neuronal.

learning_momentum

El momento del aprendizaje

Valores devueltos

Devuelve true en caso de éxito, o false de lo contrario.

Ver también

add a note

User Contributed Notes

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