Click or drag to resize
Accord.NET (logo)

StochasticLayer Constructor (Int32, Int32)

Initializes a new instance of the StochasticLayer class.

Namespace:  Accord.Neuro.Layers
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public StochasticLayer(
	int neuronsCount,
	int inputsCount
)
Request Example View Source

Parameters

neuronsCount
Type: SystemInt32
Layer's neurons count.
inputsCount
Type: SystemInt32
Layer's inputs count.
See Also