|
StochasticLayer Constructor (Int32, Int32)
|
Namespace:
Accord.Neuro.Layers
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public StochasticLayer(
int neuronsCount,
int inputsCount
)
Public Sub New (
neuronsCount As Integer,
inputsCount As Integer
)
Request Example
View SourceParameters
- neuronsCount
- Type: SystemInt32
Layer's neurons count. - inputsCount
- Type: SystemInt32
Layer's inputs count.
See Also