Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Observatory
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Signals Session
  • Bespoke Projects
  • Use Cases
  • Readinessfree
  • Signals
  • Free 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
resources
  • Partners
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
  • Login
ResearchServicesSignalsAbout
ResearchServicesSignalsAbout
  1. Home
  2. Vocab
  3. Neural Turing Machine

Neural Turing Machine

Combines a neural network with readable and writable external memory.

Year: 2014Generality: 520Added: Jul 8, 2026
Back to Vocab

A neural Turing machine is a model that learns to use an external memory while solving a task. It pairs a neural controller with a memory matrix that can be read from and written to. The goal is to let a model learn algorithm-like behavior from examples rather than from hand-written rules.

The controller emits differentiable read and write operations over memory locations. It can address memory by content, by position, or by shifting focus from a previous location. Because these operations are differentiable, the whole system can be trained with gradient descent on tasks such as copying, sorting, or associative recall.

The appeal is that explicit memory can represent variables, lists, and intermediate state more directly than a fixed hidden vector. The downside is that training can be fragile, memory access can be inefficient, and learned algorithms may fail outside the lengths seen during training. Later memory-augmented models and attention mechanisms inherited many of its ideas while often simplifying the interface.

Open questions remain about whether explicit differentiable memory is necessary in an era of long-context transformers and retrieval systems. Discrete memory operations may generalize better, but are harder to train end to end. The deeper issue is how to make neural systems reliably learn reusable procedures rather than only smooth approximations of the training distribution.