|
RestrictedBoltzmannMachineGenerateOutput Method
|
Samples an output vector from the network
given an input vector.
Namespace:
Accord.Neuro.Networks
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public double[] GenerateOutput(
double[] input
)
Public Function GenerateOutput (
input As Double()
) As Double()
Request Example
View SourceParameters
- input
- Type: SystemDouble
An input vector.
Return Value
Type:
Double
A possible output considering the
stochastic activations of the network.
See Also