Adamax Class

The Vt factor in the Adam update rule scales the gradient inversely proportionally to the ℓ2 norm of the past gradients (via the vt−1 term) and current gradient.

Namespace:  SiaNet.Model.Optimizers
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public class Adamax : BaseOptimizer
Public Class Adamax _
	Inherits BaseOptimizer
public ref class Adamax : public BaseOptimizer

Inheritance Hierarchy


Object
  SiaNet.Model.Optimizers..::..BaseOptimizer
    SiaNet.Model.Optimizers..::..Adamax