Click or drag to resize
Accord.NET (logo)

DeepNeuralNetworkLearningAlgorithm 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 ActivationNetworkLearningConfigurationFunction Algorithm { get; set; }
Request Example View Source

Property Value

Type: ActivationNetworkLearningConfigurationFunction
See Also