Click or drag to resize
Accord.NET (logo)

ActivationNeuron Fields

The ActivationNeuron type exposes the following members.

Fields
  NameDescription
Protected fieldfunction
Activation function.
Protected fieldinputsCount
Neuron's inputs count.
(Inherited from Neuron.)
Protected fieldoutput
Neuron's output value.
(Inherited from Neuron.)
Protected fieldrand
Random number generator.
(Inherited from Neuron.)
Protected fieldthreshold
Threshold value.
Protected fieldweights
Neuron's weights.
(Inherited from Neuron.)
Top
See Also