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