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 Experiment Videos

A note on the decomposition methods for support vector regression.

Shuo-Peng Liao1, Hsuan-Tien Lin, Chih-Jen Lin

  • 1Department of Computer Science and Information Engineering, National Taiwan University, Taipei 106, Taiwan. b6506060@csie.ntu.edu.tx

Neural Computation
|May 22, 2002
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

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

Recent advances in the understanding of tubal ectopic pregnancy.

Faculty reviews·2023
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

Optimizing support vector regression (SVR) involves selecting working sets. Using a smaller base set for SVR, instead of pairs, achieves similar convergence speeds, simplifying algorithms and improving efficiency.

Area of Science:

  • Machine Learning
  • Computational Statistics

Background:

  • Support Vector Regression (SVR) dual formulation utilizes two variable sets.
  • Current decomposition methods often use paired indices as working sets, increasing complexity.

Purpose of the Study:

  • To investigate the efficiency of using a smaller base set as the working set in SVR decomposition.
  • To simplify SVR implementation and reduce computational overhead.

Main Methods:

  • Theoretical analysis and mathematical proofs.
  • Empirical validation through experimental studies.

Main Results:

  • Using the base set as the working set demonstrates comparable convergence rates to using paired indices.
  • A reduced working set size leads to a simpler and more efficient SVR algorithm.

Related Experiment Videos

Conclusions:

  • The base set approach offers a more efficient alternative for SVR decomposition.
  • This optimization simplifies implementation without compromising convergence performance.