Full gradient versus stochastic gradient

Problem

For losses 1(w)=(w1)2\ell_1(w)=(w-1)^2 and 2(w)=(w+1)2\ell_2(w)=(w+1)^2, compute the full empirical gradient at w=2w=2 and each per-example gradient. Explain why an unbiased uniformly sampled stochastic gradient can still have variance.

Reveal answer or reference solution

The per-example gradients are 22 and 66. The mean, or full, gradient is 44. A uniformly sampled per-example gradient has expectation 44 but takes values 22 or 66, so it has nonzero variance.

Local history

Loading attempts saved in this browser…

    Appears in