Skip to content

Volume 7 — Deep Learning

Neural networks, understood

Neural networks from the perceptron to the transformer, with backpropagation derived rather than asserted, and the practical training concerns that dominate real work.

Outlined, not yet written

This volume is fully outlined but the lessons are not yet authored. The chapter list below is the plan of record, not a promise that content exists.

What you will be able to do

  • Explain backpropagation without hand-waving
  • Diagnose a training run that is not converging
  • Read a model architecture diagram and implement it
  • Fine-tune a pretrained model responsibly

Chapters

  1. From linear models to neural networks
  2. Backpropagation, derived
  3. Activation functions and initialisation
  4. Optimisers and learning rates
  5. Regularisation and overfitting
  6. Convolutional networks
  7. Sequence models and attention
  8. The transformer architecture
  9. Training practicalities: batching, mixed precision, checkpoints
  10. Transfer learning and fine-tuning

All volumes