Documentation For Encog 2.x

INeuralLogic Interface

Neural logic classes implement neural network logic for a variety of neural network setups.

For a list of all members of this type, see INeuralLogic Members .

public interface INeuralLogic

Types that implement INeuralLogic

Type Description
ART1Logic Provides the neural logic for an ART1 type network. See ART1Pattern for more information on this type of network.
ARTLogic Neural logic for all ART type networks.
BAMLogic Provides the neural logic for an BAM type network. See BAMPattern for more information on this type of network.
BoltzmannLogic Provides the neural logic for an Boltzmann type network. See BoltzmannPattern for more information on this type of network.
FeedforwardLogic Provides the neural logic for an Feedforward type network. See FeedforwardPattern for more information on this type of network.
HopfieldLogic Provides the neural logic for an Hopfield type network. See HopfieldPattern for more information on this type of network.
SimpleRecurrentLogic Provides the neural logic for an Simple Recurrent Network (SRN) type network. This class is used for the Elman and Jordan networks.
ThermalLogic Provides the neural logic for thermal networks. Functions as a base class for BoltzmannLogic and HopfieldLogic.

Requirements

Namespace: Encog.Neural.Networks.Logic

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

INeuralLogic Members | Encog.Neural.Networks.Logic Namespace