Learn R Programming

AMORE (version 0.1.1)

forward.adapt.R.NeuralNet: Perform the forward pass in the adaptative training.

Description

This function is similar to forwardpass.R.NeuralNet but the derivative of the activation function of the Neural Network neurons are also calculated.

Usage

forward.adapt.R.NeuralNet(net,Pvector)

Arguments

net
Neural Network to adapt.
Pvector
Input vector to propagate.

Value

  • This function returns the forward passed Neural Network.

encoding

latin1

References

Simon Haykin. Neural Networks. A comprehensive foundation. 2nd Edition.

See Also

forwardpass.R.neuron, forward.adapt.R.neuron