Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. ML (Machine Learning)

ML (Machine Learning)

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

Year: 1959Generality: 971
Back to Vocab

Machine learning is a branch of artificial intelligence in which computational systems improve their performance on tasks through experience rather than through hand-coded rules. Instead of a programmer specifying every decision a system should make, a machine learning model is exposed to data and adjusts its internal parameters to minimize errors or maximize a reward signal. This data-driven approach allows systems to generalize from examples, recognizing patterns that would be impractical or impossible to enumerate manually.

The field is broadly organized around three learning paradigms. In supervised learning, models train on labeled input-output pairs — for example, images tagged with object categories — and learn a mapping that generalizes to unseen examples. Unsupervised learning finds structure in unlabeled data, discovering clusters, embeddings, or latent factors without explicit guidance. Reinforcement learning takes a different approach entirely: an agent interacts with an environment, receives scalar reward signals, and learns a policy that maximizes cumulative reward over time. Many modern systems blend these paradigms, using self-supervised pretraining followed by supervised fine-tuning.

At its core, machine learning relies on optimization. A model — whether a linear function, a decision tree, or a deep neural network — has parameters that are tuned by minimizing a loss function over training data, typically using gradient-based methods. The choice of model architecture, loss function, regularization strategy, and training procedure collectively determine how well the learned model generalizes beyond its training distribution. Avoiding overfitting, where a model memorizes training data rather than learning transferable patterns, remains a central challenge.

Machine learning has become the dominant approach for problems in computer vision, natural language processing, speech recognition, drug discovery, and recommendation systems, among many others. The dramatic expansion of available data, increases in computational power, and algorithmic innovations — particularly the rise of deep learning — have transformed ML from an academic curiosity into infrastructure that underpins much of modern technology. Understanding its principles is now considered foundational for anyone working in data-intensive fields.

Sources

  1. Machine learning

    Wikipedia

Research this in Signals

Scan ML (Machine Learning) for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with ML (Machine Learning) already loaded, so edit it or scan as is.

Related

Related

DL (Deep Learning)
DL (Deep Learning)

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

2006Generality: 928
Unsupervised Learning
Unsupervised Learning

Machine learning that discovers hidden patterns in data without labeled examples.

1965Generality: 850
Supervised Learning
Supervised Learning

Training models on labeled input-output pairs to predict or classify new data.

1959Generality: 900
Meta-Learning
Meta-Learning

A paradigm enabling models to learn how to learn across tasks efficiently.

2017Generality: 756
Algorithm
Algorithm

A finite sequence of instructions that solves a problem or performs a computation.

1956Generality: 965
RL (Reinforcement Learning)
RL (Reinforcement Learning)

A learning paradigm where an agent maximizes cumulative rewards through environmental interaction.

1980Generality: 908