The AForge.Neuro namespace contains interfaces and classes for neural networks computations. The namespace and its sub namespaces contain classes, which allow as creating of popular neural network architectures, as classes to train these networks.
Classes
| Class | Description | |
|---|---|---|
| ActivationLayer |
Activation layer.
| |
| ActivationNetwork |
Activation network.
| |
| ActivationNeuron |
Activation neuron.
| |
| BipolarSigmoidFunction |
Bipolar sigmoid activation function.
| |
| DistanceLayer |
Distance layer.
| |
| DistanceNetwork |
Distance network.
| |
| DistanceNeuron |
Distance neuron.
| |
| Layer |
Base neural layer class.
| |
| Network |
Base neural network class.
| |
| Neuron |
Base neuron class.
| |
| SigmoidFunction |
Sigmoid activation function.
| |
| ThresholdFunction |
Threshold activation function.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IActivationFunction |
Activation function interface.
|