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

Packages that use de.htwdd.rosenkoenig.neuro.net.training
de.htwdd.rosenkoenig.ga Contains a Genetic Algorithm to determine an appropriate structure of a Neural Network that could be applied to an artificial player. 
de.htwdd.rosenkoenig.neuro.net.examples This package contains a number of examples to demonstrate the use of the different neural network classes. 
de.htwdd.rosenkoenig.neuro.net.training This package contains classes to train neural networks. 
 

Classes in de.htwdd.rosenkoenig.neuro.net.training used by de.htwdd.rosenkoenig.ga
Backpropagation
           Implementation of the backpropagation teaching algorithm for feed forward neural networks.
Pattern
          Stores patterns to train feed forward neural networks.
 

Classes in de.htwdd.rosenkoenig.neuro.net.training used by de.htwdd.rosenkoenig.neuro.net.examples
Pattern
          Stores patterns to train feed forward neural networks.
 

Classes in de.htwdd.rosenkoenig.neuro.net.training used by de.htwdd.rosenkoenig.neuro.net.training
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.