Description Usage Arguments Value Author(s) References See Also
Adaptative gradient descent with momentum training method.
1 | ADAPTgdwm.MLPnet(net,P, T,n.epochs, n.threads=0L)
|
net |
Neural Network to train. |
P |
Input data set. |
T |
Target output data set. |
n.epochs |
Number of epochs to train |
n.threads |
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.
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.