CakeFest 2024: The Official CakePHP Conference

fann_get_MSE

(PECL fann >= 1.0.0)

fann_get_MSEReads the mean square error from the network

Descrizione

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.

Elenco dei parametri

ann

Neural network resource.

Valori restituiti

The mean square error, or false on error.

Vedere anche:

  • fann_test_data() - Test a set of training data and calculates the MSE for the training data

add a note

User Contributed Notes

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