LearnBenchStart learning →

AI Research Scientist · Deep Network Training Basics

Weight initialization strategies

Real lesson card · Page 1 of 4

Weight initialization strategies

Variance-preserving initialization

A choice of initial weight scale such that the variance of activations (forward pass) and gradients (backward pass) stays roughly constant across layers at the start of training, instead of shrinking toward zero or exploding.
Example
In a 50-layer network, weights drawn too large make activations grow layer over layer until they saturate; weights drawn too small make activations shrink toward zero before reaching the output.

Recall check from the same lesson

Since GELU is a smooth, non-ReLU activation, you must derive its exact analytic variance formula before you can pick a working initialization scheme for a network that uses it.

Sources

· Editorial policy

One sitting · 20–30 minutes

A focused session on your AI Research Scientist interview

LearnBench starts from what you already know — skip what you have, master what you’re missing.

Start now

More Deep Network Training Basics questions