Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

output
Type: SystemDouble
An output vector.

Return Value

Type: Double
A possible reconstruction considering the stochastic activations of the network.
See Also