The mean square error between the output and the reference it's called in Neural networks literature Risk functional, but it's the same as the mean power of the error signal
, the error is defined as:
Where
is the output of the neural network and
is the reference signal or desired response.
A scheme of supervised learning wich is used in the peceptron, the Wiener-Hopf filter, the gradient-descent and derived methods is:
All these methods are based in the same principle, minimize the risk functional or the mean squared error, which is:
This will often be impossible to get, so it would be estimated by
, (the training error) as:
Where
is the number of available learning pairs of desired response and actual response of the network.
Pedro Larroy
2005-04-29