What is the Adam optimizer and what are its two main components?
-
A
A variant of SGD with only momentum
-
B
An optimizer combining adaptive learning rates (RMSProp) and momentum (first moment) with bias correction
-
C
A second-order optimization method using the Hessian
-
D
An optimizer that applies gradient clipping automatically