|
StochasticLayer Constructor (IStochasticFunction, Int32, Int32)
|
Namespace:
Accord.Neuro.Layers
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public StochasticLayer(
IStochasticFunction function,
int neuronsCount,
int inputsCount
)
Public Sub New (
function As IStochasticFunction,
neuronsCount As Integer,
inputsCount As Integer
)
Request Example
View SourceParameters
- function
- Type: Accord.Neuro.ActivationFunctionsIStochasticFunction
The activation function for the neurons in the layer. - neuronsCount
- Type: SystemInt32
The neurons count. - inputsCount
- Type: SystemInt32
The inputs count.
See Also