PerceptronProcess Method |
Namespace: RavingBots.MagicGestures.AI.Neural.Classic
public override float Process( float[] input )
The output signal is calculated by summing all of the inputs scaled by the corresponding weights stored in the neuron (which are set during the training), adding the final weight to that sum, and then passing that value into the activation function.