|
RestrictedBoltzmannMachine Constructor (Int32, Int32)
|
Namespace:
Accord.Neuro.Networks
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public RestrictedBoltzmannMachine(
int inputsCount,
int hiddenNeurons
)
Public Sub New (
inputsCount As Integer,
hiddenNeurons As Integer
)
Request Example
View SourceParameters
- inputsCount
- Type: SystemInt32
The number of inputs for the machine. - hiddenNeurons
- Type: SystemInt32
The number of hidden neurons in the machine.
See Also