Neural Net classes

These classes represent two neural net types (Backpropagation Net and Kohonen Feature Map).

 

There is also an abstract class called "NeuralNet", which is the superclass of both types. This class contains generic methods, e.g. a method to set the initial learning rate of a neural net.

Neural Net Components in an Object Oriented Class Structure