Click or drag to resize
Accord.NET (logo)

DeepBeliefNetworkUpdateVisibleWeights Method

Updates the weights of the visible layers by copying the reverse of the weights in the hidden layers.

Namespace:  Accord.Neuro.Networks
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public void UpdateVisibleWeights()
Request Example View Source
See Also