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

Newton’s Method01:30

Newton’s Method

174
Newton’s Method is a powerful iterative technique for approximating the roots of real-valued, differentiable functions, particularly when analytical solutions are impractical. This approach is widely used in scientific computing, engineering, and finance, where equations may be too complex for traditional algebraic methods to handle. The method relies on an iterative process that refines an initial estimate using the function’s derivative to approach the true solution progressively.
174
Sampling Methods: Sample Types01:18

Sampling Methods: Sample Types

3.7K
Sampling materials are classified into three main types: solid, liquid, and gas.
Solid samples include a variety of substances, such as sediments from water bodies, soil, metals, and biological tissues. Two standard methods for extracting sediments from water bodies are grab sampling and piston coring. Grab sampling involves using a device to collect a discrete sediment sample from the bottom of a water body with minimal disturbance. Grab samples do not always represent the entire area due to...
3.7K
Bootstrapping01:24

Bootstrapping

990
The term "bootstrap" originated in the 19th century as a metaphor for self-improvement or achieving something independently, without external assistance. This concept extends to statistical bootstrapping, a self-contained method for estimating population parameters through resampling, even though it can be computationally intensive. Developed by the American statistician Dr. Bradley Efron in 1979, bootstrapping provides a robust way to perform inference when the original sample size is...
990
Upsampling01:22

Upsampling

715
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
715
Sampling Methods: Overview01:06

Sampling Methods: Overview

4.1K
A sample refers to a smaller subset representative of a larger population. In analytical chemistry, studying or analyzing an entire population is often impractical or impossible. Therefore, samples are used to draw inferences and generalize the whole population. The sampling method selects individuals or items from a population to create a sample. Standard sampling methods include random, judgemental, systematic, stratified, and cluster sampling. 
In analytical chemistry, the choice of...
4.1K
Stratified Sampling Method01:16

Stratified Sampling Method

16.3K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a stratified sample, divide the population into groups called strata and then take a...
16.3K

You might also read

Related Articles

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

Sort by
Same author

Rewiring the luteal microenvironment: hemodynamic and molecular insights into eCG-supported CL development in indigenous White Lamphun cattle.

Reproduction & fertility·2025
Same author

An Overview of Advancements in Proteomic Approaches to Enhance Livestock Production and Aquaculture.

Animals : an open access journal from MDPI·2025
Same author

Effect of eCG on Terminal Follicular Growth and Corpus Luteum Development and Blood Perfusion in Estrous-Synchronized White Lamphun Cattle.

Animals : an open access journal from MDPI·2025
Same author

Extracellular vesicles secreted by cumulus cells contain microRNAs that are potential regulatory factors of mouse oocyte developmental competence.

Molecular human reproduction·2024
Same author

One-Class SVM Probabilistic Outputs.

IEEE transactions on neural networks and learning systems·2024
Same author

Use of noninvasive brain stimulation and neurorehabilitation devices to enhance poststroke recovery: review of the current evidence and pitfalls.

The Journal of international medical research·2024
Same journal

A Model-Free Reinforcement Learning Implementation of Decision Making Under Uncertainty by Sequential Sampling.

Neural computation·2026
Same journal

DROP: Distributional and Regular Optimism and Pessimism for Reinforcement Learning.

Neural computation·2026
Same journal

Hierarchical Active Inference Using Successor Representations.

Neural computation·2026
Same journal

W-Kernel and Its Principal Space for Frequentist Evaluation of Bayesian Estimators.

Neural computation·2026
Same journal

A Hidden Markov Model-Inspired Sequence Classification Method for Hyperdimensional Computing.

Neural computation·2026
Same journal

Sparse Graphical Modeling for Electrophysiological Phase-Based Connectivity Using Circular Statistics.

Neural computation·2026
See all related articles

Related Experiment Video

Updated: Apr 10, 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.2K

Subsampled Hessian Newton Methods for Supervised Learning.

Chien-Chih Wang1, Chun-Heng Huang2, Chih-Jen Lin3

  • 1Department of Computer Science, National Taiwan University, Taipei 10617, Taiwan d98922007@ntu.edu.tw.

Neural Computation
|June 17, 2015
PubMed
Summary
This summary is machine-generated.

This study introduces improved subsampled Newton methods for large-scale machine learning. Novel techniques enhance search directions, significantly reducing computation time for faster data classification.

More Related Videos

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

878

Related Experiment Videos

Last Updated: Apr 10, 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.2K
Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
04:48

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique

Published on: July 5, 2024

878

Area of Science:

  • Machine Learning
  • Optimization Algorithms
  • Computational Science

Background:

  • Newton methods are effective for supervised learning but computationally expensive for large datasets due to Hessian matrix calculations.
  • Subsampled Newton methods approximate the Hessian using data subsets to reduce cost, but can suffer from slower convergence due to less accurate search directions.

Purpose of the Study:

  • To enhance the efficiency and effectiveness of subsampled Newton methods for large-scale supervised learning.
  • To address the issue of suboptimal search directions in existing subsampled Hessian methods.

Main Methods:

  • Proposing novel techniques to improve subsampled Hessian Newton methods.
  • Solving a two-dimensional subproblem iteratively to refine search directions.
  • Minimizing the second-order approximation of function values more effectively.

Main Results:

  • Theoretical convergence of the proposed method is proven.
  • Significant reductions in running time observed for the subsampled Hessian Newton method.
  • Experimental validation across logistic regression, linear SVM, maximum entropy, and deep networks.

Conclusions:

  • The enhanced subsampled Newton method offers a compelling alternative to standard Newton methods for large-scale classification.
  • Improved search direction refinement leads to substantial computational speedups.
  • The method demonstrates practical applicability and efficiency in various machine learning models.