Click or drag to resize
Accord.NET (logo)

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

Parameters

input
Type: SystemDouble
An input vector.

Return Value

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