Click or drag to resize

RavingBots.MagicGestures.AI.Neural.Classic Namespace

 
Classes
  ClassDescription
Public classActivation
The neuron activation functions.
Public classActivationFunc
The base class for activation function implementations.
Public classActivationFuncSigmoid
Implementation of the Sigmoid function.
Public classActivationFuncTanh
Implementation of the Tanh function.
Public classBackpropagation
The backpropagation (with inertia) training algorithm.
Public classLayer
A single layer in a neural network.
Public classMultilayerPerceptron
The implementation of a multilayer perceptron neural network.
Public classPerceptron
The implementation of a perceptron.
Structures
Enumerations
  EnumerationDescription
Public enumerationActivationFuncType
The type of the activation function.