fann_get_MSE

(PECL fann >= 1.0.0)

fann_get_MSEReads the mean square error from the network

Description

fann_get_MSE(resource $ann): float

Reads the mean square error from the network.

Reads the mean square error from the network. This value is calculated during training or testing and can therefore sometimes be a bit off if the weights have been changed since the last calculation of the value.

Liste de paramètres

ann

Ressource de réseau de neurones.

Valeurs de retour

The mean square error, or false on error.

Voir aussi

  • fann_test_data() - Effectue un test sur un jeu de données d'entrainement et calcule le MSE pour ces données

add a note

User Contributed Notes

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