training.report {AMORE}R Documentation

Neural network training report generator function.

Description

Function in charge of reporting the behavior of the network training. The users should modify this function according to their needs.

Usage

training.report(net,P,T, idx.show, error.criterium)

Arguments

net Neural Network to train.
P Training set input values.
T Training set output values
idx.show Current show index.
error.criterium Criterium used to measure the goodness of fit.

Value

This function does not return any value. Just useful for printing and plotting.

Author(s)

Manuel Castejón Limas. manuel.castejon@unileon.es
Joaquin Ordieres Meré. joaquin.ordieres@dim.unirioja.es
Ana González Marcos. ana.gonzalez@unileon.es
Alpha V. Pernía Espinoza. alpha.pernia@alum.unirioja.es
Eliseo P. Vergara Gonzalez. eliseo.vergara@dim.unirioja.es
Francisco Javier Martinez de Pisón. francisco.martinez@dim.unirioja.es
Fernando Alba Elías. fernando.alba@unavarra.es

References

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

See Also

train


[Package AMORE version 0.2-11 Index]