Implementation of artificial neural network

For a list of all members of this type, see NeuralNetwork Members.

System.Object
   NeuralNetwork

[Visual Basic]
Public Class NeuralNetwork
[C#]
public class NeuralNetwork

Remarks

            
            
                                   o
                                   o  o  o  
               INPUT VECTOR =====> o  o  o =====> OUTPUT VECTOR
                                   o  o  o  
                                   o
                                 NERON LAYERS
            
            
Each neuron of the layer N-1 is conected to every neuron of the layer N. At the begining the neural network needs to learn using couples (INPUT, EXPECTED OUTPUT) and a learnig algorithm.

Requirements

Namespace: NeuralNetwork Namespace

Assembly: NeuralNetwork.dll

See Also

NeuralNetwork Members | NeuralNetwork Namespace