Contents

BNNSOptimizerFunctionSGDMomentumWithClipping

An optimizer function that updates parameters according to the stochastic gradient descent (SGD) with momentum algorithm and optionally clips the gradient by value or by norm.

Declaration

var BNNSOptimizerFunctionSGDMomentumWithClipping: BNNSOptimizerFunction { get }

See Also

SGD Optimizer Functions