How a network computes, why gradients vanish, and what makes depth trainable
Every layer so far sent its gradient backwards through a transpose. The layer that starts most real models does not, and the reason is that it never multiplied anything going forward either.
๐ This is a Pro lesson โ the interactive figure, worked examples, quiz and practice open with Pro access.
โถ The Embedding Layer's Gradient