Deep Learning
Deep Learning is a class of machine learning that uses neural networks with many layers ("deep" architectures) to learn hierarchical representations directly from raw data such as images, audio, or text.
Full definition
Each successive layer in a deep network learns to combine features from the layer below into more abstract representations — pixels become edges, edges become shapes, shapes become objects. Deep learning displaced hand-engineered features in computer vision and speech in the 2010s and now underpins large language models, diffusion image generators, and most production AI systems. The 2018 Turing Award was given to Yoshua Bengio, Geoffrey Hinton, and Yann LeCun for foundational deep-learning work.
Why it matters
Deep learning is the technical backbone of every "AI moment" of the last decade — AlphaGo, image recognition surpassing humans on ImageNet, GPT, Stable Diffusion. If a model is "frontier," it is almost certainly a deep network. Capital expenditure on deep-learning infrastructure (GPUs, data centers, energy) is now a board-level number for any large enterprise.
Example
ChatGPT, Google Translate, Tesla's vision system, and the iPhone's on-device speech recognition are all deep-learning systems built on stacked neural-network layers.
Related terms
- Neural NetworkA neural network is a machine-learning model composed of layers of interconnected nodes ("neurons") whose numerical weights are adjusted during training so the network maps inputs to desired outputs.
- Machine Learning (ML)Machine Learning (ML) is the subfield of AI in which algorithms improve their performance on a task by learning statistical patterns from data, rather than following rules a human wrote by hand.
- TransformerThe transformer is a neural-network architecture built around the self-attention mechanism that has become the dominant model design for language, vision, audio, and multimodal AI since 2017.
- Large Language Model (LLM)A Large Language Model (LLM) is a deep neural network — almost always a transformer — trained on hundreds of billions to trillions of words to predict the next token, and to generate, summarize, translate, or reason over text.
Source & further reading
Primary source: LeCun, Bengio, Hinton — "Deep learning" (Nature, vol. 521) (2015).
Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/ko/glossary/deep-learning/.