Adaptative gradient descent with momentum training method.
ADAPTgdwm.MLPnet(net,P, T,n.epochs, n.threads=0L)
Neural Network to train.
Input data set.
Target output data set.
Number of epochs to train
Unused, but required to match the BATCH* function template.
This function returns a neural network object modified according to the input and target data set.
Simon Haykin. Neural Networks -- a Comprehensive Foundation. Prentice Hall, New Jersey, 2nd edition, 1999. ISBN 0-13-273350-1.