Click or drag to resize
Accord.NET (logo)

ActivationNeuron Properties

The ActivationNeuron type exposes the following members.

Properties
  NameDescription
Public propertyActivationFunction
Neuron's activation function.
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 propertyThreshold
Threshold value.
Public propertyWeights
Neuron's weights.
(Inherited from Neuron.)
Top
See Also