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

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...
Linearization and Approximation01:26

Linearization and Approximation

Linearization is a mathematical technique used to approximate complex, nonlinear functions with simpler linear models in the vicinity of a chosen reference point. The method is based on the idea that, although a function may be difficult to evaluate exactly, its behavior near a specific input value can often be closely approximated by the tangent line at that point. This approach is particularly useful when small deviations from a known value are involved.Consider the square root function, for...
Application of Linearization and Approximation01:29

Application of Linearization and Approximation

A drone flying through complex terrain often relies on more than one sensing method to estimate small changes in altitude. Along with direct measurements, air pressure provides a useful indirect indicator of vertical movement. Atmospheric pressure decreases as altitude increases, and this relationship is commonly described using an exponential model. Although accurate, converting pressure measurements into altitude values requires calculations that are too complex to perform repeatedly during...
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

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...
Quadratic Models01:23

Quadratic Models

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...
Linear Approximation in Frequency Domain01:26

Linear Approximation in Frequency Domain

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.

You might also read

Related Articles

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

Sort by
Same author

Berberine Hydrochloride Enhances the Fluconazole Susceptibility of Candida albicans through Multiple Targets.

Current microbiology·2026
Same author

Roles of MADS-box transcription factors in plant responses to abiotic and biotic stresses.

Plant communications·2026
Same author

Tensorized multi-dimensional multi-view clustering based on nonnegative matrix factorization.

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

The TaMADS2-TaTBL21 Module Enhances Wheat Resistance to Stripe Rust by Activating TaGKL-Mediated Immunity.

Plant biotechnology journal·2025
Same author

Overexpression of <i>Myo</i>-Inositol Oxygenase (<i>TaMIOXA</i>) Enhances the Drought and High-Temperature Resistance of <i>Triticum aestivum</i> L.

International journal of molecular sciences·2025
Same author

Contrastive-Driven Diversity and Consistency Exploration in Tensorized Multiview Subspace Clustering.

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

Exploiting audio-visual modalities in videos: Object detection via multi-stage bilateral coupling network.

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

Reliability-aware modality completion with cross-modal distillation for federated learning with missing modalities.

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

IGFD-Net: Illumination-guided frequency decoupling for polarization image fusion.

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

Multiple-Strategies dung beetle optimizer and its applications in engineering optimization and bankruptcy prediction.

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

Aggregating global-scale pixel-wise forgery cues within a graph.

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

Finite-Time intermittent control for secure synchronization of Neutral-Type stochastic delayed neural networks under aperiodic DoS attacks.

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

Related Experiment Video

Updated: May 10, 2026

Assisted Selection of Biomarkers by Linear Discriminant Analysis Effect Size (LEfSe) in Microbiome Data
04:57

Assisted Selection of Biomarkers by Linear Discriminant Analysis Effect Size (LEfSe) in Microbiome Data

Published on: May 16, 2022

Complexity-reduced implementations of complete and null-space-based linear discriminant analysis.

Gui-Fu Lu1, Wenming Zheng

  • 1School of Information Science and Engineering, Southeast University, Nanjing 210096, China. luguifu_jsj@163.com

Neural Networks : the Official Journal of the International Neural Network Society
|June 15, 2013
PubMed
Summary
This summary is machine-generated.

This study introduces a computationally efficient implementation of Complete Linear Discriminant Analysis (CLDA) to address the small sample size problem in dimensionality reduction. The new method also offers a fast implementation for Null-Space-based LDA (NLDA).

Keywords:
Complete linear discriminant analysisDimensionality reductionFeature extractionNull-space-based linear discriminant analysisSmall sample size problem

Related Experiment Videos

Last Updated: May 10, 2026

Assisted Selection of Biomarkers by Linear Discriminant Analysis Effect Size (LEfSe) in Microbiome Data
04:57

Assisted Selection of Biomarkers by Linear Discriminant Analysis Effect Size (LEfSe) in Microbiome Data

Published on: May 16, 2022

Area of Science:

  • Machine Learning
  • Data Science
  • Pattern Recognition

Background:

  • Dimensionality reduction is crucial for data preprocessing.
  • Classical Linear Discriminant Analysis (LDA) fails with small sample sizes (SSS) due to singular matrices.
  • Generalized LDA methods like Complete LDA (CLDA) and Null-Space-based LDA (NLDA) address the SSS problem.

Purpose of the Study:

  • To propose a novel, computationally efficient implementation of CLDA.
  • To provide a fast implementation for NLDA, as CLDA is an extension of NLDA.
  • To demonstrate the effectiveness of the proposed algorithms on real-world datasets.

Main Methods:

  • Developed a new, efficient algorithm for CLDA.
  • Leveraged the CLDA implementation to create an efficient NLDA algorithm.
  • Validated the algorithms through experiments on real-world data.

Main Results:

  • The proposed CLDA implementation is theoretically equivalent to existing methods but significantly faster.
  • The new implementation offers the most efficient CLDA to date.
  • Experimental results confirm the effectiveness of the new CLDA and NLDA algorithms.

Conclusions:

  • The new implementation provides a computationally efficient solution for CLDA and NLDA.
  • This advancement is valuable for applications dealing with the small sample size problem in dimensionality reduction.
  • The proposed algorithms are effective and efficient for practical use.