The Wiki

Deep Learning

The deep learning middle shelf: how a neuron learns to bend a boundary, why stacked layers keep winning, and the training hacks (initialization, normalization, dropout, optimizers, learning rates) that make depth survivable. Continues the Classical ML book's gradient descent and hands attention directly to the LLM book.

From a neuron

One artificial neuron, the nonlinearity that makes layers more than decoration, and the landscape that training actually descends on.

Training deep things

Why depth made gradients vanish — and the five hacks (init, normalization, dropout, optimizers, schedules) that turned deep nets from theory into practice.

Convolutions and vision

Sliding filters, shrinking hierarchies, the residual trick, what convolution actually costs — and why pretrained beats scratched-from-scratch almost always.

Sequences before attention

Recurring state: how networks ordered their weights into memory — RNNs, why they forget, the LSTM's gates, and the bottleneck that attention dissolved.

Generative nets

From compress-reconstruct to sampling new images: autoencoders, VAEs, the GAN duel, diffusion — and what the middle shelf leaves for later shelves.