Contents

isCentered

A Boolean that indicates whether you compute the centered RMSProp.

Declaration

var isCentered: Bool { get }

Discussion

If true, the optimizer normalizes the gradient by an estimation of its variance. The default value is false.

See Also

Inspecting an RMSProp Optimizer