Click or drag to resize

PerceptronWeights Field

The stored weights.

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
internal float[] Weights

Field Value

Type: Single
Remarks
On a layer with N inputs, every neuron stores N + 1 weights. The extra weight is added to the sum.
See Also