Contents

momentum

The key you use to access the stochastic gradient descent (SGD) optimizer’s momentum parameter.

Declaration

class var momentum: MLParameterKey { get }

Discussion

The value type for the momentum key is a Double.

See Also

Accessing model update parameters