Home/Deep Learning

Field

Deep Learning

Networks with many layers, and the machinery that makes them learn.

Deep learning is the reason AI stopped being a research curiosity and started working. The core idea is old — stack simple units into layers, adjust their weights until the output is right — and the algorithm that adjusts them, backpropagation, dates to 1986.

What changed was scale. Large labelled datasets arrived, GPUs made the arithmetic cheap, and a thirty-year-old idea suddenly beat everything else. That's the pattern worth internalising: the bottleneck was rarely ideas.

This field covers the machinery. How networks learn (backpropagation, gradient descent, loss functions), the architectures that dominate (transformers, CNNs), the mechanism underneath modern AI (attention), and the shortcut nearly everyone takes (transfer learning).

Start with Neural Network if you want the ground floor, or Transformer if you want to understand what's actually running inside the tools you use.

9 concepts in this field