Perceptron Class |
Namespace: RavingBots.MagicGestures.AI.Neural.Classic
[SerializableAttribute] public class Perceptron : Neuron
The Perceptron type exposes the following members.
Name | Description | |
---|---|---|
Perceptron |
Construct a new neuron with the given input count and the given activation function.
|
Name | Description | |
---|---|---|
Func |
The instance of the activation function.
| |
FuncType |
The type of the activation function of this neuron.
|
Name | Description | |
---|---|---|
Process |
Process a set of inputs.
(Overrides NeuronProcess(Single).) | |
Reset |
Reset the neuron.
|
Name | Description | |
---|---|---|
_func |
The instance of the activation function.
| |
_funcType |
The type of the activation function of this neuron.
| |
Error |
The current error value.
| |
Momentum |
The array of changes.
| |
Weights |
The stored weights.
|