Project Sherlock

Artificial Intelligence

Deep Learning

Neural networks, and why depth turned out to matter so much.

14 topics · 23 curated works

Topics

Reading in Deep Learning

23

A way in

  1. Start here

    No prior grounding assumed.

    Neural Networks and Deep Learning

    Michael Nielsen · 2015

    Builds a working network from nothing and introduces each component only once the previous version has visibly failed, so the architecture arrives as…

    +3 more at this level

  2. Then

    Assumes you know the vocabulary.

    Feature Visualization

    Olah, Mordvintsev & Schubert · 2017

    Argues the clearest way to see what a neuron in a trained network has learned is to synthesise, by gradient ascent, the input image that most excites…

  3. Go deeper

    Primary sources and full treatments.

    Attention Is All You Need

    Vaswani et al. · 2017

    Replaces recurrence with self-attention, producing the Transformer architecture that underpins essentially all current language models.

    +17 more at this level

12 of 23 works

Series2017

Neural networks

Grant Sanderson (3Blue1Brown)

Develops backpropagation visually from gradient descent on a cost surface, showing what the algorithm computes rather than restating the chain rule.

link checked 17 Sept 2026
Video2022

But What Is a Convolution?

Grant Sanderson (3Blue1Brown)

Builds up the convolution operation visually from probability and moving averages through to image kernels, making the operation underneath every convolutional layer concrete before any network is discussed.

23 minuteslink checked 17 Sept 2026
Essay2017

Feature Visualization

Olah, Mordvintsev & Schubert

Argues the clearest way to see what a neuron in a trained network has learned is to synthesise, by gradient ascent, the input image that most excites it — and works through the practical tricks needed to make that optimisation produce interpretable images rather than noise.

≈6,000 wordslink checked 17 Sept 2026

Elsewhere in Artificial Intelligence