Contents

BNNSOptimizerFunctionAdamAMSGradWithClipping

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

Declaration

var BNNSOptimizerFunctionAdamAMSGradWithClipping: BNNSOptimizerFunction { get }

See Also

Adam Optimizer Functions