Learn R Programming

AMORE (version 0.1.1)

forwardpass.R.neuron: Simulate a neuron response.

Description

Performs the simulation of a neuron propagating the input signals to the neurons's output. Mainly used by the link{forwardpass.R.NeuralNet} function.

Usage

forwardpass.R.neuron(net,ind.neuron)

Arguments

net
Neural Network to simulate.
ind.neuron
Index of the neuron to simulate.

Value

  • This function returns the propagated neuron.

encoding

latin1

References

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

See Also

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