Package saaps.ann.mlff

Class Summary
Layer This class represents a layer in a multi layer feed forward neural network.
LinNeuron Implementation of the linear neuron.
Network This class implements the multi layer feed forward neural network.
NetworkTest  
Neuron This class represents a neuron.
TanhNeuron Implementation of the tanh neuron.