Click or drag to resize
Accord.NET (logo)

ContrastiveDivergenceLearning Properties

The ContrastiveDivergenceLearning type exposes the following members.

Properties
  NameDescription
Public propertyDecay
Gets or sets the Weight Decay constant of the learning algorithm. Default is 0.01.
Public propertyLearningRate
Gets or sets the learning rate of the learning algorithm. Default is 0.1.
Public propertyMomentum
Gets or sets the momentum term of the learning algorithm. Default is 0.9.
Public propertyParallelOptions
Gets or sets parallelization options.
Top
See Also