Contents

BNNSOptimizerFunctionAdamWAMSGradWithClipping

An optimizer function that updates parameters according to the AMSGrad variant of the AdamW algorithm and optionally clips the gradient by value or by norm.

Declaration

var BNNSOptimizerFunctionAdamWAMSGradWithClipping: BNNSOptimizerFunction { get }

See Also

AdamW Optimizer Functions