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

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 survival tree begins...
Quantifying and Rejecting Outliers: The Grubbs Test01:02

Quantifying and Rejecting Outliers: The Grubbs Test

Sometimes, a data set can have a recorded numerical observation that greatly  deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier.  To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This number is...
Classification of Systems-I01:26

Classification of Systems-I

Linearity is a system property characterized by a direct input-output relationship, combining homogeneity and additivity.
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
Classification of Systems-II01:31

Classification of Systems-II

Continuous-time systems have continuous input and output signals, with time measured continuously. These systems are generally defined by differential or algebraic equations. For instance, in an RC circuit, the relationship between input and output voltage is expressed through a differential equation derived from Ohm's law and the capacitor relation,
Classification of Signals01:30

Classification of Signals

In signal processing, signals are classified based on various characteristics: continuous-time versus discrete-time, periodic versus aperiodic, analog versus digital, and causal versus noncausal. Each category highlights distinct properties crucial for understanding and manipulating signals.
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
Methods of Classification and Identification01:28

Methods of Classification and Identification

Bacterial identification relies on a diverse array of techniques to classify and understand microorganisms, each tailored to uncover specific characteristics. Traditional morphological approaches, while still valuable, are limited for closely related or structurally simple organisms. Modern methods integrate biochemical, serological, genetic, and advanced molecular tools to achieve greater accuracy.Morphological and Biochemical TechniquesMorphological characteristics, such as cell shape and...

You might also read

Related Articles

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

Sort by
Same author

Association between TyG-related indices and in-hospital acute heart failure in patients with acute myocardial infarction after emergency percutaneous coronary intervention.

Frontiers in endocrinology·2026
Same author

Integrating land use dynamics and human health risk: A multi-scale assessment of future urban heat exposure using PLUS and explainable AI.

Journal of environmental management·2026
Same author

A multiscale spatial-temporal-variable feature fusion network for predicting multiple air pollutants.

Environment international·2025
Same author

Limited activation interdependence and differing patterns of the in vivo effects of IKK1 and IKK2 downstream of NIK.

Cell reports·2025
Same author

Metal-polyphenol network-hardened coconut protein-carboxymethyl cellulose complex coacervates: Fabrication, characterization, environmental stability, and release kinetics.

Carbohydrate polymers·2025
Same author

Prognostic Value of Red Blood Cell Width Distribution-to-Platelet Ratio in Patients with Snakebite-Associated Multiple Organ Dysfunction Syndrome: A Retrospective Observational Study.

Journal of inflammation research·2025
Same journal

Universal perceptron and DNA-like learning algorithm for binary neural networks: LSBF and PBF implementations.

IEEE transactions on neural networks·2013
Same journal

Guest editorial: special section on white box nonlinear prediction models.

IEEE transactions on neural networks·2011
Same journal

Data-based fault-tolerant control of high-speed trains with traction/braking notch nonlinearities and actuator failures.

IEEE transactions on neural networks·2011
Same journal

Guest editorial: special section on data-based control, modeling, and optimization.

IEEE transactions on neural networks·2011
Same journal

Neural network-based multiple robot simultaneous localization and mapping.

IEEE transactions on neural networks·2011
Same journal

Data-driven model-free adaptive control for a class of MIMO nonlinear discrete-time systems.

IEEE transactions on neural networks·2011
See all related articles

Related Experiment Video

Updated: Jun 18, 2026

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

An effective method of pruning support vector machine classifiers.

Xun Liang1

  • 1Institute of Computer Science and Technology, Peking University, Beijing 100871, China. liangxun@pku.edu.cn

IEEE Transactions on Neural Networks
|December 4, 2009
PubMed
Summary
This summary is machine-generated.

This study introduces a practical method to prune Support Vector Machine (SVM) classifiers, significantly reducing computational costs and overfitting by removing redundant support vectors (SVs). The approach effectively prunes SVMs with minimal impact on classification accuracy.

Related Experiment Videos

Last Updated: Jun 18, 2026

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

Area of Science:

  • Machine Learning
  • Computational Science

Background:

  • Support Vector Machine (SVM) classifiers can suffer from high computational costs and overfitting due to a large number of support vectors (SVs).
  • Existing methods may struggle with discerning SVs in high-dimensional spaces or involve local minima.

Purpose of the Study:

  • To develop a practical and effective method for pruning SVM classifiers.
  • To reduce computational complexity and mitigate overfitting in trained SVM models.

Main Methods:

  • Organizing kernel row vectors (corresponding to SVs) into clusters.
  • Employing orthogonal projections (OPs) in the first phase to identify approximable kernel row vectors.
  • Implementing crosswise propagations using OP coefficients in the second phase to remove redundant vectors within clusters.

Main Results:

  • Pruning 42% of SVs resulted in an average classification accuracy change of only -0.7%.
  • The average computation time for removing one SV was reduced to 0.006 of the training time.
  • In some cases, over 90% of SVs were pruned with less than 0.1% reduction in accuracy.

Conclusions:

  • Large numbers of superabundant SVs exist in trained SVMs, indicating significant potential for model optimization.
  • The proposed pruning method is effective, efficient, and practical for upgrading existing SVM applications.
  • A synergistic approach combining training and pruning is suggested for practical SVM deployment.