Learn R Programming

AMORE (version 0.1.1)

training.report: Neural network training report generator function.

Description

Function in charge of ploting graphics and writting messages showing the performance of the neural network.

Usage

training.report(net,P,T, epoch, error.criterium)

Arguments

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

Value

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

encoding

latin1

References

Simon Haykin. Neural Networks. A comprehensive foundation. 2nd Edition.

See Also

train, train.compare