AIExplainer
Deep Learning Intermediate 1 min read

What is an optimizer?

A specific implementation of the gradient descent algorithm.

A specific implementation of the gradient descent algorithm. Popular optimizers include: - AdaGrad, which stands for ADAptive GRADient descent. - Adam, which stands for ADAptive with Momentum.

Practitioners refer to optimizer when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.