The Encog Project

Package org.encog.neural.networks

Interface Summary
Layer This interface defines all necessary methods for a neural network layer.
Network Interface that defines a neural network.
Train Train: Interface for all feedforward neural network training methods.
 

Class Summary
BasicNetwork BasicNetwork: This class implements a neural network.
 


The Encog Project