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

451
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...
451
Improving Translational Accuracy02:07

Improving Translational Accuracy

15.3K
Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
15.3K
Improving Translational Accuracy02:07

Improving Translational Accuracy

3.7K
3.7K
Propagation of Uncertainty from Random Error00:59

Propagation of Uncertainty from Random Error

2.0K
An experiment often consists of more than a single step. In this case, measurements at each step give rise to uncertainty. Because the measurements occur in successive steps, the uncertainty in one step necessarily contributes to that in the subsequent step. As we perform statistical analysis on these types of experiments, we must learn to account for the propagation of uncertainty from one step to the next. The propagation of uncertainty depends on the type of arithmetic operation performed on...
2.0K
Implicit Differentiation: Problem Solving01:29

Implicit Differentiation: Problem Solving

82
Curves defined implicitly, where variables cannot be separated algebraically, require specialized techniques for analysis. The conchoid of Nicomedes exemplifies such a case. Its equation links x and y in a way that prevents isolation of one variable, making implicit differentiation essential to determine the slope and behavior at any point on the curve.The implicit form of the conchoid can be expressed as:To differentiate this equation, y is treated as a function of x, and the chain rule is...
82
Randomized Experiments01:13

Randomized Experiments

9.1K
The randomization process involves assigning study participants randomly to experimental or control groups based on their probability of being equally assigned. Randomization is meant to eliminate selection bias and balance known and unknown confounding factors so that the control group is similar to the treatment group as much as possible. A computer program and a random number generator can be used to assign participants to groups in a way that minimizes bias.
Simple randomization
Simple...
9.1K

You might also read

Related Articles

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

Sort by
Same author

Quercetin attenuates LTA-induced tight junction disruption in mammary epithelial cells by modulating autophagy via the AMPK/mTOR pathway.

Molecular immunology·2026
Same author

Occurrence of PICC/CVC-Related Skin Impairment in Patients With Hematopoietic Stem Cell Transplantation Analysis of Current Situation and Influencing Factors.

Transplantation proceedings·2026
Same author

Delayed myelopathy caused by cerebrospinal fluid pseudocyst following decompression for thoracic ossification of the ligamentum flavum: a case report and literature review.

BMC musculoskeletal disorders·2026
Same author

The relationship between postoperative proximal junctional kyphosis and MRI-based pedicle bone quality scores in thoracic adolescent idiopathic scoliosis.

BMC surgery·2025
Same author

β3GALT2 Gene Promotes Osteogenic Differentiation of BMSCs on n-HA/PA66 Via Exosomes.

Tissue engineering. Part A·2025
Same author

α-Glucosidase inhibitory peptides from the enzymolysis of Semen Ziziphi Spinosae protein using an ultrasound-assisted protease: Preparation and inhibitory mechanism.

Food research international (Ottawa, Ont.)·2025
Same journal

A boundary-regularization-enhanced video anomaly detection network based on context-adaptive spatio-temporal conditional diffusion.

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

MT<sup>2</sup>-CSD and LLM-CRAN: A new dataset and an LLM-based multi-semantic knowledge fusion model for conversational stance detection.

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

TriAlignNet: A triple-path cross-modality alignment framework for multimodal time series forecasting.

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

Anchor-based disentanglement framework for incremental multi-view clustering.

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

Complex-valued amplitude-phase interference modeling for adversarially robust classification.

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

TraNce: Type-aware hypergraph neural network with biological mediators for drug repositioning.

Neural networks : the official journal of the International Neural Network Society·2026
See all related articles

Related Experiment Video

Updated: Feb 27, 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.1K

Accelerating deep neural network training with inconsistent stochastic gradient descent.

Linnan Wang1, Yi Yang2, Renqiang Min2

  • 1Brown University, United States.

Neural Networks : the Official Journal of the International Neural Network Society
|July 3, 2017
PubMed
Summary
This summary is machine-generated.

Inconsistent Stochastic Gradient Descent (ISGD) improves Convolutional Neural Network (CNN) training by dynamically adjusting effort based on batch loss. This novel approach accelerates learning by focusing on challenging batches without requiring extra memory.

Keywords:
Neural networksStatistical process controlStochastic gradient descent

Related Experiment Videos

Last Updated: Feb 27, 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.1K

Area of Science:

  • Machine Learning
  • Deep Learning

Background:

  • Stochastic Gradient Descent (SGD) treats all batches equally during Convolutional Neural Network (CNN) training.
  • Gradient variance from sampling bias and image differences causes unequal training dynamics across batches.

Purpose of the Study:

  • To introduce Inconsistent Stochastic Gradient Descent (ISGD), a new training strategy for SGD.
  • To address the issue of varying training dynamics caused by gradient variance in CNNs.

Main Methods:

  • ISGD dynamically adjusts training effort based on batch loss.
  • It models training as a stochastic process to reduce mean batch loss.
  • A dynamic upper control limit identifies high-loss batches for focused updates, with constraints to prevent drastic parameter changes.

Main Results:

  • ISGD accelerates training by dedicating more updates to difficult batches.
  • The method is computationally efficient and requires no auxiliary memory.
  • Empirical evaluations on real-world datasets show promising performance.

Conclusions:

  • ISGD offers an effective and efficient strategy for improving CNN training.
  • The inconsistent training approach dynamically adapts to loss variations.
  • This method enhances learning by focusing computational effort where it's most needed.