Click or drag to resize
Accord.NET (logo)

StochasticNeuron Properties

The StochasticNeuron type exposes the following members.

Properties
  NameDescription
Public propertyActivationFunction
Gets or sets the stochastic activation function for this stochastic neuron.
Public propertyInputsCount
Neuron's inputs count.
(Inherited from Neuron.)
Public propertyOutput
Neuron's output value.
(Inherited from Neuron.)
Public propertyRandGenerator
Random number generator.
(Inherited from Neuron.)
Public propertySample
Public propertyThreshold
Threshold value.
(Inherited from ActivationNeuron.)
Public propertyWeights
Neuron's weights.
(Inherited from Neuron.)
Top
See Also