The Encog Project

Package org.encog.neural.networks

Interface Summary
Network Interface that defines a neural network.
 

Class Summary
BasicNetwork This class implements a neural network.
NetworkCODEC This class will extract the "long term memory" of a neural network, that is the weights and threshold values into an array.
NeuralOutputHolder Holds the output from each layer of the neural network.
NeuralStructure Holds "cached" information about the structure of the neural network.
 


The Encog Project