|
StochasticNeuronGenerate Method (Double)
|
Samples the neuron output considering
the stochastic activation function.
Namespace:
Accord.Neuro.Neurons
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public double Generate(
double output
)
Public Function Generate (
output As Double
) As Double
Request Example
View SourceParameters
- output
- Type: SystemDouble
The (previously computed) neuron output.
Return Value
Type:
DoubleA possible output for the neuron drawn
from the neuron's stochastic function.
See Also