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

Survival Tree01:19

Survival Tree

132
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
 Building a Survival Tree
Constructing a...
132
Weighted Mean00:57

Weighted Mean

5.3K
While taking the arithmetic, geometric, or harmonic mean of a sample data set, equal importance is assigned to all the data points. However, all the values may not always be equally important in some data sets. An intrinsic bias might make it more important to give more weightage to specific values over others.
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
5.3K
Apparent Weight01:09

Apparent Weight

8.3K
True weight is the measure of the gravitational force acting on an object. However, if the object accelerates, its measured weight is different from its true weight. Similar observations can be made when the object is submerged in water. An object's weight in water is its apparent weight, which is equal to the difference between its true weight and the buoyant forces.
Consider a person standing on a bathroom scale inside an elevator. If the scale is accurate at rest, its reading equals the...
8.3K
Regression Toward the Mean01:52

Regression Toward the Mean

6.4K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.4K
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

7.8K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.8K
Reducing Line Loss01:18

Reducing Line Loss

188
In a three-phase circuit, line loss is an indicator of energy dissipated as heat due to the resistance of transmission lines. To address this, incorporating transformers into the system—a step-up transformer at the source and a step-down transformer at the load—is a strategic solution. Two three-phase transformers are introduced to improve this.
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss...
188

You might also read

Related Articles

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

Sort by
Same author

Enhancing Underwater Light Field Images via Global Geometry-Aware Diffusion Process.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
Same author

QMSANet: A quaternion multi-scale attention network for robust color image denoising.

Neural networks : the official journal of the International Neural Network Society·2026
Same author

Scandium-enhanced superconductivity in the Ce-H system under high pressure: a fluxional hydrogen framework.

Science bulletin·2026
Same author

AI-Powered Monitoring of the Acute: Chronic Workload Ratio: Interpretable Injury Risk Prediction in Soccer Players.

Sports health·2026
Same author

The evolution of high-order genome architecture revealed from 1,000 species.

Cell·2026
Same author

SpatialCOC: an integrative framework for spatial continuous mapping and cross-omics correction in spatial multi-omics data.

Nature communications·2026

Related Experiment Video

Updated: Aug 24, 2025

Precision of In Vivo Quantitative Tooth Wear Measurement Using Intra-Oral Scans
09:10

Precision of In Vivo Quantitative Tooth Wear Measurement Using Intra-Oral Scans

Published on: July 12, 2022

3.0K

Weight Decay With Tailored Adam on Scale-Invariant Weights for Better Generalization.

Xixi Jia, Xiangchu Feng, Hongwei Yong

    IEEE Transactions on Neural Networks and Learning Systems
    |October 24, 2022
    PubMed
    Summary

    Weight decay (WD) improves deep learning generalization but struggles with adaptive optimizers like Adam. Our tailored Adam method enhances WD effectiveness, leading to better generalization and smaller weight norms in image classification tasks.

    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.3K

    Related Experiment Videos

    Last Updated: Aug 24, 2025

    Precision of In Vivo Quantitative Tooth Wear Measurement Using Intra-Oral Scans
    09:10

    Precision of In Vivo Quantitative Tooth Wear Measurement Using Intra-Oral Scans

    Published on: July 12, 2022

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

    Deep Neural Networks for Image-Based Dietary Assessment

    Published on: March 13, 2021

    9.3K

    Area of Science:

    • Deep Learning
    • Machine Learning Optimization

    Background:

    • Weight decay (WD) is a key regularization technique for improving deep learning model generalization.
    • WD's effectiveness is diminished with adaptive optimization algorithms like Adam, unlike its performance with SGD.
    • The underlying reasons for WD's deficiency with Adam, particularly concerning weight norm behavior, remain unclear.

    Purpose of the Study:

    • To investigate why weight decay is less effective with the Adam optimizer compared to SGD.
    • To propose a modified Adam optimizer that effectively integrates weight decay for improved generalization.
    • To demonstrate the proposed method's ability to find solutions with smaller weight norms and superior generalization performance.

    Main Methods:

    • Analyzed the weight norm dynamics during training for Adam versus SGD.
    • Introduced a regularization term on the adaptive learning rate within Adam to improve WD compatibility.
    • Incorporated the first moment of weight decay to further boost regularization effects.

    Main Results:

    • Demonstrated that Adam's weight norm increases rapidly during training, hindering WD effectiveness.
    • The proposed tailored Adam method successfully finds solutions with smaller weight norms.
    • Significant improvements in test accuracy were observed compared to standard Adam and even SGD on image classification tasks (e.g., CIFAR-10, CIFAR-100).

    Conclusions:

    • The proposed modification effectively addresses the incompatibility between weight decay and the Adam optimizer.
    • The tailored Adam method offers a practical solution for enhancing deep learning model generalization.
    • This approach provides a valuable advancement for optimization techniques in deep learning, particularly for image classification.