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

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

160
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
160
Linear Approximation in Time Domain01:21

Linear Approximation in Time Domain

181
Nonlinear systems often require sophisticated approaches for accurate modeling and analysis, with state-space representation being particularly effective. This method is especially useful for systems where variables and parameters vary with time or operating conditions, such as in a simple pendulum or a translational mechanical system with nonlinear springs.
For a simple pendulum with a mass evenly distributed along its length and the center of mass located at half the pendulum's length,...
181
Quadratic Models01:23

Quadratic Models

51
Quadratic models are mathematical representations used to describe relationships in which the rate of change changes at a constant rate. These models appear in a wide variety of natural and engineered systems, especially those involving motion, forces, and optimization. One common application is analyzing the vertical motion of objects influenced by gravity, such as a ball thrown into the air.In such scenarios, the object's height changes over time in a curved pattern, rising to a maximum point...
51
Linear Approximation in Frequency Domain01:26

Linear Approximation in Frequency Domain

226
Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
226
Parameters Affecting Nonlinear Elimination: Zero-Order Input, First-Order Absorption and Two-Compartment Model01:13

Parameters Affecting Nonlinear Elimination: Zero-Order Input, First-Order Absorption and Two-Compartment Model

169
Drugs administered through various routes can lead to nonlinear elimination, resulting in complex pharmacokinetic behaviors crucial to understanding efficacious drug dosing.
When a drug is administered through a constant intravenous infusion and eliminated via nonlinear pharmacokinetics, it follows zero-order input. For example, oral drugs undergo first-order absorption upon administration and are eliminated through nonlinear pharmacokinetics.
In the case of subcutaneously administered drugs,...
169
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation01:24

One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation

876
This lesson introduces two critical methods in pharmacokinetics, the Wagner-Nelson and Loo-Riegelman methods, used for estimating the absorption rate constant (ka) for drugs administered via non-intravenous routes. The Wagner-Nelson method relates ka to the plasma concentration derived from the slope of a semilog percent unabsorbed time plot. However, it is limited to drugs with one-compartment kinetics and can be impacted by factors like gastrointestinal motility or enzymatic degradation.
On...
876

You might also read

Related Articles

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

Sort by
Same author

Reamed and unreamed intramedullary nailing for the treatment of open and closed tibial fractures: a subgroup analysis of randomised trials.

International orthopaedics·2009
Same author

Selective COX-2 inhibitor versus nonselective COX-1 and COX-2 inhibitor in the prevention of heterotopic ossification after total hip arthroplasty: a meta-analysis of randomised trials.

International orthopaedics·2009
Same author

[Study on evaluating sex determining region of the Y as an engrafting track of BMSCs transplantation for repairing osteonecrosis of the femoral head of rabbit].

Zhongguo xiu fu chong jian wai ke za zhi = Zhongguo xiufu chongjian waike zazhi = Chinese journal of reparative and reconstructive surgery·2009
Same author

Positive association between benign familial infantile convulsions and LGI4.

Brain & development·2009
Same author

Catalytic enantioselective synthesis of chiral phthalides by efficient reductive cyclization of 2-acylarylcarboxylates under aqueous transfer hydrogenation conditions.

Organic letters·2009
Same author

Significance of urinary liver-fatty acid-binding protein in cardiac catheterization in patients with coronary artery disease.

Internal medicine (Tokyo, Japan)·2009

Related Experiment Video

Updated: Nov 9, 2025

Design and Application of a Fault Detection Method Based on Adaptive Filters and Rotational Speed Estimation for an Electro-Hydrostatic Actuator
06:45

Design and Application of a Fault Detection Method Based on Adaptive Filters and Rotational Speed Estimation for an Electro-Hydrostatic Actuator

Published on: October 28, 2022

1.9K

Automatic, dynamic, and nearly optimal learning rate specification via local quadratic approximation.

Yingqiu Zhu1, Danyang Huang2, Yuan Gao3

  • 1School of Statistics, Renmin University of China, Beijing, China.

Neural Networks : the Official Journal of the International Neural Network Society
|April 12, 2021
PubMed
Summary

This study introduces a new Local Quadratic Approximation (LQA) method for deep learning optimization. LQA automatically determines an optimal learning rate for efficient gradient-based updates, improving performance.

Keywords:
Gradient descentGradient-based optimizationLearning rateLocal quadratic approximationMachine learningNeural networks

Related Experiment Videos

Last Updated: Nov 9, 2025

Design and Application of a Fault Detection Method Based on Adaptive Filters and Rotational Speed Estimation for an Electro-Hydrostatic Actuator
06:45

Design and Application of a Fault Detection Method Based on Adaptive Filters and Rotational Speed Estimation for an Electro-Hydrostatic Actuator

Published on: October 28, 2022

1.9K

Area of Science:

  • Deep Learning
  • Optimization Algorithms
  • Machine Learning

Background:

  • The learning rate is crucial for gradient-based optimization in deep learning.
  • Current methods for setting the learning rate often rely on subjective judgment.
  • Efficient and automated learning rate selection is a key challenge.

Purpose of the Study:

  • To propose a novel optimization method, Local Quadratic Approximation (LQA), for automated learning rate determination.
  • To enhance the efficiency and effectiveness of gradient-based optimization in deep learning tasks.
  • To provide a computationally efficient approach for finding a nearly optimal learning rate.

Main Methods:

  • Local Quadratic Approximation (LQA) of the loss function along the gradient direction.
  • Approximation step to efficiently determine a near-optimal learning rate.
  • Dynamic adjustment of the learning rate based on current loss and parameter estimates.

Main Results:

  • The LQA method automatically determines the learning rate in each update step.
  • The learning rate is dynamically adjusted based on the loss function value and parameter estimates.
  • The method achieves a nearly maximum reduction in the loss function for a fixed gradient direction.

Conclusions:

  • The proposed LQA method offers an effective and automated approach to learning rate selection in deep learning.
  • LQA enhances gradient-based optimization by providing dynamically adjusted, near-optimal learning rates.
  • Extensive experiments validate the effectiveness of the LQA method in improving deep learning task performance.