|
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
)
Public Sub Push (
neurons As Integer
)
Request Example
View SourceParameters
- neurons
- Type: SystemInt32
The number of neurons in the new layer.
See Also