flâneur

Stochastic Gradient Descent SGD Lyapunov Convergence Proof Easy | oberman-lab

medium.com · 3,780 words · saved by 1 readers

Explaining convergence of SGD in a self-contained article.

Introduction From a mathematical perspective, a neural network is just a parameterized function. To train a neural network is simply to minimize a function: Press enter or click to view image in full size We use the function f to abstract away the choice of the loss function. For example, we may want to minimize the mean-squared error of a fully-connected neural network with weights represented by w using input-output pairs (x,y): Press enter or click to view image in full size We use this notation because our analysis will not depend on the choice of the loss function, neural network…

related reading