Package de.htwdd.rosenkoenig.neuro.net.examples

This package contains a number of examples to demonstrate the use of the different neural network classes.

See:
          Description

Class Summary
AnimalExample The animal example demonstrates how to use and train a Kohonen map:
A number of animals, each characterized by a set of attributes, are presented to the net.
BankExample Another example to demonstrate the possibilities of a feed forward net.
Benchmark The Benchmark was used during the development of the neural network classes to provide some performance testing, especially on the teaching algorithms.
XORExample This class represents a classical AI problem: The net is trained to learn the XOR function.
 

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

This package contains a number of examples to demonstrate the use of the different neural network classes.