Conceptual

Stochastic Gradient Descent and the Adam Optimizer

First-order iterative optimization that updates parameters along noisy negative-gradient estimates, and the Adam variant that adapts per-parameter step sizes using running averages of the gradient and its square, a standard workhorse for fitting embedding and neural models.