Click or drag to resize
Accord.NET (logo)

ActivationNeuronThreshold Property

Threshold value.

Namespace:  Accord.Neuro
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public double Threshold { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
The value is added to inputs weighted sum before it is passed to activation function.
See Also