Click or drag to resize
Accord.NET (logo)

DeepBeliefNetwork. CreateGaussianBernoulli Method

Creates a Gaussian-Bernoulli network.

Namespace:  Accord.Neuro.Networks
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public static DeepBeliefNetwork CreateGaussianBernoulli(
	int inputsCount,
	params int[] hiddenNeurons
)
Request Example View Source

Parameters

inputsCount
Type: System.Int32
The number of inputs for the network.
hiddenNeurons
Type:System.Int32[]
The number of hidden neurons in each layer.

Return Value

Type: DeepBeliefNetwork
See Also