Concept

Adam (Deep Learning Optimization Algorithm)

Adam stands for adaptive moment estimation. It combines gradient descent with momentum, and RMSProp. It brings the benefits from both sides - adaptive learning rate and faster convergence with momentum.

1

2

Updated 2026-05-16

Tags

Data Science

D2L

Dive into Deep Learning @ D2L

Related