RavingBots.MagicGestures.AI.Neural.Classic Namespace |
Class | Description | |
---|---|---|
Activation |
The neuron activation functions.
| |
ActivationFunc |
The base class for activation function implementations.
| |
ActivationFuncSigmoid |
Implementation of the Sigmoid function.
| |
ActivationFuncTanh |
Implementation of the Tanh function.
| |
Backpropagation |
The backpropagation (with inertia) training algorithm.
| |
Layer |
A single layer in a neural network.
| |
MultilayerPerceptron |
The implementation of a multilayer perceptron neural network.
| |
Perceptron |
The implementation of a perceptron.
|
Structure | Description | |
---|---|---|
BackpropagationSettings |
The configuration of the algorithm.
| |
BackpropagationStatus |
The description of the training status.
| |
MultilayerPerceptronSettings |
The neural network settings.
|
Enumeration | Description | |
---|---|---|
ActivationFuncType |
The type of the activation function.
|