Package org.encog.neural.networks.logic

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

Class Summary
ART1Logic Provides the neural logic for an ART1 type network.
ARTLogic Base class for all forms of the adaptive resonance theory (ART) classes.
BAMLogic Provides the neural logic for an BAM type network.
BoltzmannLogic Provides the neural logic for an Boltzmann type network.
FeedforwardLogic Provides the neural logic for an Feedforward type network.
HopfieldLogic Provides the neural logic for an Hopfield type network.
SimpleRecurrentLogic Provides the neural logic for an Simple Recurrent Network (SRN) type network.
SOMLogic Not really any different than the simple recurrent logic, but leaves for Encog SOM logic to be expanded in the future, and allows SOM specific trainers to exclude this logic type.
ThermalLogic Provides the neural logic for thermal networks.
 



Copyright © 2011. All Rights Reserved.