Click or drag to resize
Accord.NET (logo)

DeepBeliefNetworkPush Method (Int32)

Inserts a new layer at the end of this network.

Namespace:  Accord.Neuro.Networks
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public void Push(
	int neurons
)
Request Example View Source

Parameters

neurons
Type: SystemInt32
The number of neurons in the new layer.
See Also