GoLang fann_get_MSE

request it (333)
GoLang replacement for PHP's fann_get_MSE [edit | history]



Do you know a GoLang replacement for PHP's fann_get_MSE? Write it!

PHP fann_get_MSE

PHP original manual for fann_get_MSE [ show | php.net ]

fann_get_MSE

(PECL fann >= 1.0.0)

fann_get_MSEReads the mean square error from the network

Description

float fann_get_MSE ( resource $ann )

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.

Parameters

ann

Neural network resource.

Return Values

The mean square error, or FALSE on error.

See Also

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