Package de.htwdd.rosenkoenig.neuro.net.training

This package contains classes to train neural networks.

See:
          Description

Class Summary
Backpropagation Implementation of the backpropagation teaching algorithm for feed forward neural networks.
KohonenTrainer Use this class to train a Kohonen map using a set of training patterns.
Pattern Stores patterns to train feed forward neural networks.
TeachingAlgorithm Base class of algorithms to train feed forward neural nets.
Trainer The Trainer class is needed to train a FeedForwardNet.
 

Package de.htwdd.rosenkoenig.neuro.net.training Description

This package contains classes to train neural networks.
Currently only backprogation learning and kohonen training are implemented.