Click or drag to resize
Accord.NET (logo)

DeepBeliefNetworkCreateGaussianBernoulli 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: SystemInt32
The number of inputs for the network.
hiddenNeurons
Type: SystemInt32
The number of hidden neurons in each layer.

Return Value

Type: DeepBeliefNetwork
See Also