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

Convolution: Math, Graphics, and Discrete Signals01:24

Convolution: Math, Graphics, and Discrete Signals

769
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
769
Convolution Properties I01:20

Convolution Properties I

502
Convolution computations can be simplified by utilizing their inherent properties.
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
502
Convolution Properties II01:17

Convolution Properties II

530
The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
530
Reducing Line Loss01:18

Reducing Line Loss

320
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 in...
320
Gradient and Del Operator01:14

Gradient and Del Operator

4.2K
In mathematics and physics, the gradient and del operator are fundamental concepts used to describe the behavior of functions and fields in space. The gradient is a mathematical operator that gives both the magnitude and direction of the maximum spatial rate of change. Consider a person standing on a mountain. The slope of the mountain at any given point is not defined unless it is quantified in a particular direction. For this reason, a "directional derivative" is defined, which is a vector...
4.2K
Design Example: Aggregate Gradation01:24

Design Example: Aggregate Gradation

268
The right type and quality of aggregates are crucial for concrete as they significantly influence its properties, mix proportions, and cost-effectiveness. If different sources are available for sand, the commonly used fine aggregate in concrete, the selection of sand is primarily based on its gradation.
The grading, or particle-size distribution, of sand is determined using sieve analysis, with standard sizes ranging from 150 μm to 10 mm (ASTM No. 100 sieve to 3⁄8 in. sieve). Sand is...
268

You might also read

Related Articles

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

Sort by
Same author

Integrative analysis of yield and physiological responses of wheat genotypes under drought and heat stress across diverse environments.

BMC plant biology·2026
Same author

Fusion protein based strategies for developing insect-resistant crops.

Functional & integrative genomics·2026
Same author

Hybrid seed production: new paradigms and challenges in the twenty-first century.

Planta·2026
Same author

Exploring Nickel and Zinc contamination in cultivable lands of eastern Uttar Pradesh, India.

Environmental monitoring and assessment·2026
Same author

Diagnosis of superficial ailments using infrared thermal imaging and CapsNet.

Journal of thermal biology·2025
Same author

Are Vision-xLSTM-embedded U-Nets better at segmenting medical images?

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

Intervention Feasible Region and Driver Risk Capacity Aware Human-Machine Collaborative Safe Trajectory Planning.

IEEE transactions on neural networks and learning systems·2026
Same journal

A Unified Differential Denoising Learning Framework With a Pre-Trained Model and Fuzzy Graph Networks for Drug-Drug Interaction Prediction.

IEEE transactions on neural networks and learning systems·2026
Same journal

Self-Supervised Continuous Dynamic Graph Representation Learning via Hawkes Processes.

IEEE transactions on neural networks and learning systems·2026
Same journal

cPU: Consistent Risk Estimator for Positive-Unlabeled Learning.

IEEE transactions on neural networks and learning systems·2026
Same journal

Tuning-Free Latent Diffusion Models for Ultrahigh-Resolution Image Editing.

IEEE transactions on neural networks and learning systems·2026
Same journal

Hidden Data Recovery and Forecasting via Next-Generation Reservoir Computing With Multiscale Delay Selection.

IEEE transactions on neural networks and learning systems·2026
See all related articles

Related Experiment Video

Updated: Jan 1, 2026

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

Deep Neural Networks for Image-Based Dietary Assessment

Published on: March 13, 2021

9.9K

diffGrad: An Optimization Method for Convolutional Neural Networks.

Shiv Ram Dubey, Soumendu Chakraborty, Swalpa Kumar Roy

    IEEE Transactions on Neural Networks and Learning Systems
    |December 28, 2019
    PubMed
    Summary
    This summary is machine-generated.

    A new optimizer, diffGrad, improves deep learning by adapting step sizes based on gradient changes. This novel approach enhances training efficiency and performance in image categorization tasks, outperforming existing methods like Adam.

    Related Experiment Videos

    Last Updated: Jan 1, 2026

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

    Deep Neural Networks for Image-Based Dietary Assessment

    Published on: March 13, 2021

    9.9K

    Area of Science:

    • Machine Learning
    • Deep Learning Optimization

    Background:

    • Stochastic Gradient Descent (SGD) is fundamental to deep neural networks but uses uniform step sizes.
    • Existing adaptive methods like Adam rely on past gradients but ignore local gradient changes.
    • Efficient deep network optimization requires adaptive step sizes tailored to individual parameters.

    Purpose of the Study:

    • Introduce a novel optimizer, diffGrad, that adjusts step sizes based on the difference between current and past gradients.
    • Analyze the convergence properties of diffGrad using the regret bound approach.
    • Evaluate diffGrad's performance against state-of-the-art optimizers in image categorization tasks.

    Main Methods:

    • Developed diffGrad, an optimizer adjusting step sizes for faster-changing gradients.
    • Performed convergence analysis using the online learning framework's regret bound.
    • Conducted image categorization experiments on CIFAR10/CIFAR100 using ResNet-based CNNs.

    Main Results:

    • diffGrad demonstrated superior performance compared to SGDM, AdaGrad, AdaDelta, RMSProp, AMSGrad, and Adam.
    • The optimizer showed consistent performance across different activation functions during CNN training.
    • Convergence analysis confirmed the effectiveness of the proposed diffGrad technique.

    Conclusions:

    • diffGrad offers an effective improvement over existing gradient descent optimization methods.
    • The adaptive step-size mechanism based on gradient differences enhances deep learning model training.
    • diffGrad provides a robust and high-performing optimization solution for deep neural networks.