Click or drag to resize
Accord.NET (logo)

RestrictedBoltzmannMachine Constructor (IStochasticFunction, Int32, Int32)

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

Parameters

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