sim.Forward.MLPnet {AMORE}R Documentation

Simulate a Neural Network response from a single input vector.

Description

Performs the simulation of a Neural Network propagating the single input vector to the neurons's output. Mainly used by the sim.MLPnet function.

Usage

sim.Forward.MLPnet(net,Pvector)
sim.Forward.MLPnet.R(net,Pvector)

Arguments

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

Value

This function returns the propagated Neural Network.

Author(s)

Manuel Castejón Limas. manuel.castejon@unileon.es
Joaquin Ordieres Meré. joaquin.ordieres@dim.unirioja.es
Ana González Marcos. ana.gonzalez@unileon.es
Alpha V. Pernía Espinoza. alpha.pernia@alum.unirioja.es
Eliseo P. Vergara Gonzalez. eliseo.vergara@dim.unirioja.es
Francisco Javier Martinez de Pisón. francisco.martinez@dim.unirioja.es
Fernando Alba Elías. fernando.alba@unavarra.es

References

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

See Also

sim.MLPnet, sim.Forward.MLPneuron


[Package AMORE version 0.2-0 Index]