Training

Deep Learning

A type of machine learning that uses layered neural networks to learn complex patterns — the foundation of modern AI.

01 ——

In plain English

Deep learning is a subfield of machine learning built on artificial neural networks with many layers (hence "deep"). It's the core technology behind essentially every modern AI breakthrough — from image recognition to ChatGPT.

What makes it different: Traditional machine learning required engineers to hand-craft features (e.g., "edges" or "shapes" for image recognition). Deep learning models learn the features themselves directly from raw data, given enough data and compute.

Common architectures:

  • CNNs — convolutional networks for images
  • RNNs / LSTMs — for sequential data (older approach)
  • Transformers — the architecture behind LLMs and most modern AI

Why "deep" matters: Each layer learns progressively more abstract patterns — early layers detect edges, deeper layers detect shapes, then objects, then concepts. The depth is what gives the model its power.

02 ——

Related terms

Back to glossaryLast reviewed May 2026
Vol. 4 · Issue 19 · Last reviewed 2026-05-30

Sign up for our newsletter

Receive weekly updates so you can stay up-to-date with the world of AI