Description Usage Arguments Value Author(s) References See Also
Function in charge of reporting the behavior of the network training. The users should modify this function according to their needs.
1 | training.report(net,P,T, idx.show, error.criterium)
|
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. |
This function does not return any value. Just useful for printing and plotting.
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
Simon Haykin. Neural Networks – a Comprehensive Foundation. Prentice Hall, New Jersey, 2nd edition, 1999. ISBN 0-13-273350-1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.