Click or drag to resize
Accord.NET (logo)

DeepBeliefNetworkPush Method (Int32, IStochasticFunction)

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,
	IStochasticFunction function
)
Request Example View Source

Parameters

neurons
Type: SystemInt32
The number of neurons in the new layer.
function
Type: Accord.Neuro.ActivationFunctionsIStochasticFunction
The activation function which should be used by the neurons.
See Also