Click or drag to resize
Accord.NET (logo)

DeepBeliefNetwork Constructor (Int32, RestrictedBoltzmannMachine)

Creates a new DeepBeliefNetwork.

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

Parameters

inputsCount
Type: SystemInt32
The number of inputs for the network.
layers
Type: Accord.Neuro.NetworksRestrictedBoltzmannMachine
The layers to add to the deep network.
See Also