Click or drag to resize
Accord.NET (logo)

StochasticNeuron Fields

The StochasticNeuron type exposes the following members.

Fields
  NameDescription
Protected fieldfunction
Activation function.
(Inherited from ActivationNeuron.)
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.
(Inherited from ActivationNeuron.)
Protected fieldweights
Neuron's weights.
(Inherited from Neuron.)
Top
See Also