GELU, SiLU and Smooth Gates

How a network computes, why gradients vanish, and what makes depth trainable

ReLU makes a hard decision about every number that reaches it: positive, keep it exactly; negative, delete it. GELU and SiLU replace that switch with a dial. Rather than keeping or deleting the input, they keep a fraction of it, and the fraction is how confidently positive the input is.

๐Ÿ”’ This is a Pro lesson โ€” the interactive figure, worked examples, quiz and practice open with Pro access.

โ–ถ GELU, SiLU and Smooth Gates
โ† ReLU and the Dead-Unit ProblemActivation Lab: Reading the Gradient Before You Train โ†’