Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Reports
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Research Sessions
  • Signals Workspace
  • Bespoke Projects
  • Use Cases
  • Signal Scanfree
  • Readinessfree
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
audiences
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Pricing
  • Partners
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
  • Login
ResearchServicesPricingPartnersAbout
ResearchServicesPricingPartnersAbout
  1. Home
  2. Vocab
  3. DL (Deep Learning)

DL (Deep Learning)

A machine learning approach using multi-layered neural networks to model complex data patterns.

Year: 2006Generality: 928
Back to Vocab

Deep learning is a subfield of machine learning that trains artificial neural networks with many successive layers of computation to learn hierarchical representations of data. Rather than relying on hand-crafted features, deep networks automatically discover the structures needed to solve a task by transforming raw inputs — pixels, words, audio samples — through a cascade of learned transformations. Each layer extracts increasingly abstract features: early layers in an image model might detect edges, middle layers recognize shapes, and deeper layers identify objects. This end-to-end learning from raw data is what distinguishes deep learning from classical machine learning pipelines.

The mechanics rely on backpropagation, an algorithm that computes how much each parameter in the network contributed to the output error and adjusts weights accordingly via gradient descent. Modern deep learning also depends critically on hardware acceleration (GPUs and TPUs), large labeled datasets, and architectural innovations such as convolutional neural networks (CNNs) for spatial data, recurrent networks and transformers for sequential data, and residual connections that allow training of networks hundreds of layers deep. Regularization techniques like dropout and batch normalization help prevent overfitting in these high-capacity models.

Deep learning became the dominant paradigm in AI after 2012, when a deep convolutional network (AlexNet) dramatically outperformed all competitors on the ImageNet image classification benchmark. Since then, the approach has achieved human-level or superhuman performance across a remarkable range of tasks: speech recognition, machine translation, protein structure prediction, game playing, and generative modeling of images, text, and audio. Large language models like GPT and multimodal systems like CLIP are direct products of scaling deep learning to massive datasets and parameter counts.

The significance of deep learning lies in its generality and scalability. A single framework — differentiable computation graphs trained by gradient descent — has proven capable of tackling problems that previously required decades of domain-specific engineering. This has accelerated progress across science, medicine, and industry, while also raising important questions about interpretability, bias, energy consumption, and the societal implications of increasingly capable AI systems.

Related

Related

DNN (Deep Neural Network)
DNN (Deep Neural Network)

Neural networks with many layers that learn hierarchical representations from raw data.

Generality: 871
ML (Machine Learning)
ML (Machine Learning)

A paradigm where algorithms learn patterns from data rather than explicit programming.

Generality: 971
DRL (Deep Reinforcement Learning)
DRL (Deep Reinforcement Learning)

Neural networks combined with reinforcement learning to master complex sequential decision-making tasks.

Generality: 796
Neural Network
Neural Network

A layered system of interconnected nodes that learns patterns from data.

Generality: 947
DLMs (Deep Language Models)
DLMs (Deep Language Models)

Deep neural networks trained to understand, generate, and translate human language.

Generality: 796
Feature Learning
Feature Learning

Automatically discovering useful data representations without relying on manual feature engineering.

Generality: 834