Learn R Programming

AMORE (version 0.1.1)

forwardpass.R.NeuralNet: Simulate a Neural Network response.

Description

Performs the simulation of a Neural Network propagating the input signals to the neurons's output. Mainly used by the link{sim.NeuralNet} function.

Usage

forwardpass.R.NeuralNet(net,Pvector)

Arguments

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

Value

  • This function returns the propagated Neural Network.

encoding

latin1

References

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

See Also

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