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

Introduction to Learning01:18

Introduction to Learning

591
Learning is the process of acquiring knowledge or skills through practice or experience, leading to long-lasting behavioral changes. This acquisition occurs through interaction with the environment and requires practice or experience. For instance, mastering a skill such as surfing requires considerable practice and experience, highlighting the essential role of repeated interactions with the environment in learning.
In contrast to learned behaviors, unlearned behaviors such as crying, sexual...
591
Associative Learning01:27

Associative Learning

640
Associative learning is a fundamental concept in behavioral psychology, wherein a connection is established between two stimuli or events, leading to a learned response. This process is critical in understanding how behaviors are acquired and modified. Conditioning, the mechanism through which associations are formed, can be divided into two main types: classical conditioning and operant conditioning, each elucidating different aspects of associative learning.
Classical conditioning, also known...
640

You might also read

Related Articles

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

Sort by
Same author

Who needs an electrical back-contact after all?

Nanoscale·2026
Same author

3D Printing and Guided Endodontics: The Future of Precision Access Cavity Design.

Cureus·2025
Same author

LRMP: Layer Replication with Mixed Precision for spatial in-memory DNN accelerators.

Frontiers in artificial intelligence·2024
Same author

MixTrain: accelerating DNN training via input mixing.

Frontiers in artificial intelligence·2024
Same author

RoMIA: a framework for creating Robust Medical Imaging AI models for chest radiographs.

Frontiers in radiology·2024
Same author

Compute in-Memory with Non-Volatile Elements for Neural Networks: A Review from a Co-Design Perspective.

Advanced materials (Deerfield Beach, Fla.)·2022
Same journal

Synaptic micromechanics and brain softening as a mechanobiological hypothesis for Alzheimer's disease.

Frontiers in neuroscience·2026
Same journal

The relationship between healthy sleep patterns and the risk of scoliosis: a large prospective cohort study.

Frontiers in neuroscience·2026
Same journal

Dynamic functional reorganization in post-stroke aphasia: a state-of-the-art fMRI review from disease evolution to intervention.

Frontiers in neuroscience·2026
Same journal

Correction: Case Report: A possible novel adult-onset, progressive MAO-A hypofunction.

Frontiers in neuroscience·2026
Same journal

Respiratory modulation of neurophysiology and symptoms in athletes with sports-related concussion: a randomized crossover trial.

Frontiers in neuroscience·2026
Same journal

Impact of C-reactive protein-triglyceride-glucose and systemic immune-inflammation indices on obstructive sleep apnea in older adults with depression.

Frontiers in neuroscience·2026
See all related articles

Related Experiment Video

Updated: Oct 5, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

672

Accelerating DNN Training Through Selective Localized Learning.

Sarada Krithivasan1, Sanchari Sen2, Swagath Venkataramani2

  • 1Department of Electrical and Computer Engineering, Purdue University, West Lafayette, IN, United States.

Frontiers in Neuroscience
|January 28, 2022
PubMed
Summary
This summary is machine-generated.

LoCal+SGD accelerates deep neural network (DNN) training by combining localized learning with Stochastic Gradient Descent (SGD). This method reduces computation and memory, achieving up to 1.5x speedup with minimal accuracy loss.

Keywords:
Deep Neural Networks (DNNs)graphics process unit (GPU)localized learningruntime efficiencystochastic gradient decent algorithm

More Related Videos

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

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.4K

Related Experiment Videos

Last Updated: Oct 5, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

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

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.4K

Area of Science:

  • Artificial Intelligence
  • Machine Learning
  • Computer Science

Background:

  • Deep Neural Networks (DNNs) training demands significant computational resources, time, and energy.
  • Back-propagation, a standard DNN training method, involves computationally intensive Generalized Matrix Multiply (GEMM) operations.

Purpose of the Study:

  • To introduce LoCal+SGD, an algorithmic approach to accelerate DNN training.
  • To reduce the computational and memory footprint of DNN training.

Main Methods:

  • LoCal+SGD selectively combines localized/Hebbian learning with Stochastic Gradient Descent (SGD).
  • A Learning Mode Selection Algorithm dynamically transitions layers between localized updates (1 GEMM) and gradient-based SGD updates.
  • Proposes static and dynamic approaches for the selection algorithm and a weak supervision mechanism for localized learning rates.

Main Results:

  • Achieved up to 1.5x improvement in end-to-end training time on 8 Convolutional Neural Networks (CNNs) across 3 datasets.
  • Demonstrated minimal ~0.5% loss in Top-1 classification accuracy.
  • Reduced memory footprint by eliminating the need to store layer activations for localized update layers.

Conclusions:

  • LoCal+SGD offers a viable method for accelerating DNN training.
  • The approach effectively balances training speed improvements with accuracy preservation.
  • LoCal+SGD presents a promising direction for efficient deep learning model development.