Usage
train(net,P,T,n.epochs,g=adapt.NeuralNet, error.criterium="MSE", Stao=NA, report=TRUE, show.step)
Arguments
net
Neural Network to train.
P
Training set input values.
T
Training set output values
n.epochs
Number of epochs to train.
g
Adaptative function used for training. The default provides a quicker C code version of the adaptative backpropagation with momentum method.
error.criterium
Criterium used to measure the goodness of fit.
Stao
Initial value of the S parameter used by the TAO algorithm.
report
Logical value indicating whether the training function should keep quiet or should provide graphical/written information during the training process instead.
show.step
If report is TRUE then a report is provided every show.step epochs.