Common components

These classes represent neural net components that are commonly used by neural nets, especially the Backpropagation Net and the Kohonen Feature Map. The three classes listed here are: Neuron, NeuronLayer and WeightMatrix.

 

Note that these classes are only used by the neural net classes in the structure. This means, you don't have to worry about instantiation and things like that, for it's all handled by other classes.

Neural Net Components in an Object Oriented Class Structure