Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

deltaE

Neural network training error criteria.


Description

The error functions calculate the goodness of fit of a neural network according to certain criterium:

  • LMS: Least Mean Squares Error.

  • LMLS: Least Mean Log Squares minimization.

  • TAO: TAO error minimization.

The deltaE functions calculate the influence functions of their error criteria.

Usage

error.LMS(arguments)
error.LMLS(arguments)
error.TAO(arguments)
deltaE.LMS(arguments)
deltaE.LMLS(arguments)
deltaE.TAO(arguments)

Arguments

arguments

List of arguments to pass to the functions.

  • The first element is the prediction of the neuron.

  • The second element is the corresponding component of the target vector.

  • The third element is the whole net. This allows the TAO criterium to know the value of the S parameter and eventually ( next minor update) will allow the user to apply regularization criteria.

Value

This functions return the error and influence function criteria.

Author(s)

Manuel Castejón Limas. manuel.castejon@gmail.com
Joaquin Ordieres Meré. j.ordieres@upm.es
Ana González Marcos. ana.gonzalez@unirioja.es
Alpha V. Pernía Espinoza. alpha.pernia@unirioja.es
Francisco Javier Martinez de Pisón. fjmartin@unirioja.es
Fernando Alba Elías. fernando.alba@unavarra.es

References

Pernía Espinoza, A.V., Ordieres Meré, J.B., Martínez de Pisón, F.J., González Marcos, A. TAO-robust backpropagation learning algorithm. Neural Networks. Vol. 18, Issue 2, pp. 191–204, 2005.

Simon Haykin. Neural Networks – a Comprehensive Foundation. Prentice Hall, New Jersey, 2nd edition, 1999. ISBN 0-13-273350-1.

See Also


AMORE

Artificial Neural Network Training and Simulating

v0.2-16
GPL (>= 2)
Authors
Manuel Castejon Limas, Joaquin B. Ordieres Mere, Ana Gonzalez Marcos, Francisco Javier Martinez de Pison Ascacibar, Alpha V. Pernia Espinoza, Fernando Alba Elias, Jose Maria Perez Ramos
Initial release
2020-02-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.