Criterion class for StochasticGradient.
Criterion class for StochasticGradient. A Criterion computes an error with its inputs and a dataset data.It knows how to backpropagate this error.
A Criterion shouldn't be connected to the inputs of another GradientMachine. ne doit pas se connecter sur l'entree d'une
By default, the number of outputs for a Criterion is fixed to one. It must contain the error: This one is used by the StochasticGradient for the stopping criterion.
Alphabetic index HTML hierarchy of classes or Java