Package org.simnet.networks

The simnet.networks package contains all neural network types in Simbrain.

See:
          Description

Class Summary
Backprop Backprop implements a standard three layer backpropagation network.
Competitive Competitive implements a Competitive network.
Elman Elman networks are simple recurrent networks based on the work of Jeff Elman.
Hopfield Hopfield.
LMSNetwork LMSNetwork implements a least means squared network.
StandardNetwork StandardNetwork serves as a high-level container for other networks and neurons.
WinnerTakeAll WinnerTakeAll.The neuron with the highest weighted input in a winner-take-all network takes on an upper value, all other neurons take on the lower value.
 

Package org.simnet.networks Description

The simnet.networks package contains all neural network types in Simbrain.