Learn R Programming

AMORE (version 0.2-16)

ADAPTgdwm.MLPnet: Adaptative gradient descent with momentum training

Description

Adaptative gradient descent with momentum training method.

Usage

ADAPTgdwm.MLPnet(net,P, T,n.epochs, n.threads=0L)

Arguments

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.

Value

This function returns a neural network object modified according to the input and target data set.

References

Simon Haykin. Neural Networks -- a Comprehensive Foundation. Prentice Hall, New Jersey, 2nd edition, 1999. ISBN 0-13-273350-1.

See Also

newff,train,ADAPTgd.MLPnet