Click or drag to resize
Accord.NET (logo)

DeepBeliefNetwork Constructor (IStochasticFunction, Int32, Int32)

Creates a new DeepBeliefNetwork.

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

Parameters

function
Type: Accord.Neuro.ActivationFunctionsIStochasticFunction
The activation function to be used in the network neurons.
inputsCount
Type: SystemInt32
The number of inputs for the network.
hiddenNeurons
Type: SystemInt32
The number of hidden neurons in each layer.
See Also