Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

System of Memory01:23

System of Memory

7.4K
Memory is categorized into three major systems: sensory memory, short-term memory (STM), and long-term memory (LTM). These systems differ in their capacity and the duration for which they can hold information. Sensory memory captures raw sensory input from the environment, holding it for just a few seconds or less. For example, on hearing a brief, loud sound, like a car horn honking, the sound seems to linger in the mind for a moment even after it stops. This is an instance of sensory memory...
7.4K
Working Memory01:24

Working Memory

883
Working memory refers to a combination of components, including short-term memory and attention, that allow an individual to hold information temporarily as we perform cognitive tasks. It is an essential cognitive function that enables the execution of complex tasks such as problem-solving, comprehension, and reasoning. Unlike short-term memory, which simply involves the storage of information for a brief period, working memory involves the active manipulation and processing of this...
883
Long-Term Memory01:18

Long-Term Memory

681
Long-term memory is a relatively permanent type of memory, capable of storing vast amounts of information over extended periods. Its storage capacity is generally considered unlimited.
Long-term memory can be categorized into two primary types: explicit and implicit memory. Explicit memory, also known as declarative memory, involves the conscious recollection of information that we deliberately try to remember, recall, and articulate. This type of memory encompasses specific facts, events, and...
681
Traumatic Memory01:20

Traumatic Memory

583
Emotionally traumatic events often lead to memories that are exceptionally vivid and enduring, sometimes persisting with remarkable clarity throughout an individual's life. A classic example of this phenomenon is a person who survives a car accident. Even years later, they may recall every detail of the event with startling accuracy — the screeching of the tires, the jarring impact, and the acrid smell of burning rubber. Such vividness contrasts sharply with how an individual...
583
Repressed Memory01:16

Repressed Memory

519
Repressed memories are a psychological phenomenon where memories of traumatic events are unconsciously blocked from a person's awareness. This process occurs as a defense mechanism, protecting the mind from the emotional impact of distressing or painful experiences. For example, a person who has experienced childhood trauma may grow up with no conscious recollection of the event. In such cases, the memories are thought to be buried deep within the subconscious, inaccessible to the conscious...
519
Immunological Memory01:23

Immunological Memory

16.8K
Immunological memory, a pivotal pillar of the adaptive immune system, is responsible for the body's ability to remember and respond more swiftly and effectively to previously encountered pathogens. This remarkable feature is what makes vaccines so effective in preventing diseases.
What is Immunological Memory?
Immunological memory is an integral function of the immune system that allows it to recognize and react more rapidly and effectively to pathogens previously encountered. This feature...
16.8K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

WindSeer: real-time volumetric wind prediction over complex terrain aboard a small uncrewed aerial vehicle.

Nature communications·2024
Same author

Learning tensegrity locomotion using open-loop control signals and coevolutionary algorithms.

Artificial life·2015
Same author

Improving search algorithms by using intelligent coordinates.

Physical review. E, Statistical, nonlinear, and soft matter physics·2004
Same journal

Computing Optimal Populations for Binary Problems using Logic Minimization.

Evolutionary computation·2026
Same journal

Enhancing Generalization and Scalability for Multi-Objective Optimization with Population Pre-Training.

Evolutionary computation·2026
Same journal

XCS for Sequential Perceptual Aliasing in Multi-Step Decision Making.

Evolutionary computation·2026
Same journal

A dynamic multi-objective evolutionary algorithm using dual-space prediction and surrogate-based sampling.

Evolutionary computation·2026
Same journal

Adapting MOEA/D to CMA-ES for Dealing with Ill-conditioned Multiobjective Problems.

Evolutionary computation·2026
Same journal

Editorial of the Special Issue: Parallel Problem Solving from Nature PPSN 2024 Extended Versions of Best Paper Candidates.

Evolutionary computation·2026
See all related articles

Related Experiment Video

Updated: Feb 2, 2026

Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

10.0K

Neuroevolution of a Modular Memory-Augmented Neural Network for Deep Memory Problems.

Shauharda Khadka1, Jen Jen Chung2, Kagan Tumer3

  • 1Oregon State University, Corvallis, 97330, USA khadkas@oregonstate.edu.

Evolutionary Computation
|November 9, 2018
PubMed
Summary
This summary is machine-generated.

Modular Memory Units (MMUs) enhance neural networks by adding external memory. This novel architecture improves information retention and processing speed, outperforming traditional LSTMs on memory tasks.

Keywords:
RNNSmemory-augmented neural networksneuroevolution.

More Related Videos

A Real-world What-Where-When Memory Test
09:13

A Real-world What-Where-When Memory Test

Published on: May 16, 2017

12.1K
A Lateralized Odor Learning Model in Neonatal Rats for Dissecting Neural Circuitry Underpinning Memory Formation
10:42

A Lateralized Odor Learning Model in Neonatal Rats for Dissecting Neural Circuitry Underpinning Memory Formation

Published on: August 18, 2014

9.4K

Related Experiment Videos

Last Updated: Feb 2, 2026

Deep Neural Networks for Image-Based Dietary Assessment
13:19

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

10.0K
A Real-world What-Where-When Memory Test
09:13

A Real-world What-Where-When Memory Test

Published on: May 16, 2017

12.1K
A Lateralized Odor Learning Model in Neonatal Rats for Dissecting Neural Circuitry Underpinning Memory Formation
10:42

A Lateralized Odor Learning Model in Neonatal Rats for Dissecting Neural Circuitry Underpinning Memory Formation

Published on: August 18, 2014

9.4K

Area of Science:

  • Artificial Intelligence
  • Machine Learning
  • Deep Learning

Background:

  • Traditional recurrent neural networks like LSTMs and GRUs struggle with long-term information retention.
  • Memory-augmented neural networks aim to overcome these limitations by incorporating external memory components.

Purpose of the Study:

  • Introduce Modular Memory Units (MMUs), a new class of memory-augmented neural networks.
  • Enhance the ability of neural networks to retain and propagate information over extended periods.

Main Methods:

  • MMUs build upon gated architectures (GRUs, LSTMs) with an external memory block, akin to Neural Turing Machines.
  • Independent read/write gates decouple memory access from the central feedforward operation, enabling controlled memory interaction.
  • Training employed both neuroevolution and gradient descent methods.

Main Results:

  • MMUs demonstrated significantly faster and more accurate performance compared to traditional LSTM-based methods.
  • The network proved robust to substantial increases in sequence depth on deep memory benchmarks.
  • MMUs effectively shield memory from noise and distractions, improving information propagation.

Conclusions:

  • MMUs represent a significant advancement in memory-augmented neural networks.
  • The architecture offers improved efficiency and accuracy for tasks requiring long-term memory.
  • MMUs provide a more robust and controlled approach to memory management in deep learning.