|
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
)
Public Sub New (
function As IStochasticFunction,
inputsCount As Integer,
hiddenNeurons As Integer
)
Request Example
View SourceParameters
- 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