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