The Encog Project

Package org.encog.neural.networks.layers

Class Summary
BasicLayer Basic functionality that most of the neural layers require.
FeedforwardLayer FeedforwardLayer: This class represents one layer in a feed forward neural network.
HopfieldLayer HopfieldLayer: This class implements a Hopfield neural network.
SOMLayer SelfOrganizingMap: The Self Organizing Map, or Kohonen Neural Network, is a special type of neural network that is used to classify input into groups.
 


The Encog Project