Contents

BNNSOptimizerFunctionRMSPropWithClipping

An optimizer function that updates parameters according to the root mean square propagation (RMSProp) algorithm and optionally clips the gradient by value or by norm.

Declaration

var BNNSOptimizerFunctionRMSPropWithClipping: BNNSOptimizerFunction { get }

See Also

RMSProp Optimizer Functions