Click or drag to resize
Accord.NET (logo)

DeepBeliefNetworkLearningAlgorithm Property

Gets or sets the configuration function used to specify and create the learning algorithms for each of the layers of the deep network.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public RestrictedBoltzmannNetworkLearningConfigurationFunction Algorithm { get; set; }
Request Example View Source

Property Value

Type: RestrictedBoltzmannNetworkLearningConfigurationFunction
See Also