ADAPTgdwm.MLPnet {AMORE} | R Documentation |
Adaptative gradient descent with momentum training method.
ADAPTgdwm.MLPnet(net,P, T,n.epochs)
net |
Neural Network to train. |
P |
Input data set. |
T |
Target output data set. |
n.epochs |
Number of epochs to train |
This function returns a neural network object modified according to the input and target data set.
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
Simon Haykin. Neural Networks – a Comprehensive Foundation. Prentice Hall, New Jersey, 2nd edition, 1999. ISBN 0-13-273350-1.