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

Accurate on-line support vector regression.

Junshui Ma1, James Theiler, Simon Perkins

  • 1Aureon Biosciences Corp., 28 Wells St., Yonkers, NY 10701, USA. junshuima@yahoo.com

Neural Computation
|October 28, 2003
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

Contemporary HIV-1 envelope pseudovirus panels for detecting and assessing B cell lineages with broadly neutralizing antibody potential.

PLoS pathogens·2026
Same author

Contemporary HIV-1 envelope pseudovirus panels for detecting and assessing B cell lineages with broadly neutralizing antibody potential.

bioRxiv : the preprint server for biology·2025
Same author

Real-time monitoring of SARS-CoV-2 evolution during the COVID-19 pandemic.

Cell host & microbe·2025
Same author

Creating a Proxy for Baseline Eastern Cooperative Oncology Group Performance Status in Electronic Health Records for Comparative Effectiveness Research in Advanced Non-Small Cell Lung Cancer.

JCO clinical cancer informatics·2025
Same author

Association of Tumor Mutational Burden and PD-L1 with the Efficacy of Pembrolizumab with or without Chemotherapy versus Chemotherapy in Advanced Urothelial Carcinoma.

Clinical cancer research : an official journal of the American Association for Cancer Research·2024
Same author

Qualification of a 21-valent pneumococcal urine antigen detection assay and development of clinical positivity cutoffs.

Bioanalysis·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

This study introduces Accurate On-line Support Vector Regression (AOSVR), an efficient method for updating Support Vector Regression (SVR) models without retraining. AOSVR significantly speeds up on-line and cross-validation tasks compared to traditional batch SVR.

Area of Science:

  • Machine Learning
  • Computational Statistics
  • Data Science

Background:

  • Batch Support Vector Regression (SVR) is computationally intensive for dynamic datasets, requiring complete retraining with each data modification.
  • Existing on-line algorithms often lack the accuracy or efficiency needed for real-time applications.

Purpose of the Study:

  • To develop an Accurate On-line Support Vector Regression (AOSVR) algorithm.
  • To enable efficient incremental updates of trained SVR models as data samples are added or removed.
  • To demonstrate the performance of AOSVR in on-line and cross-validation settings.

Main Methods:

  • Adapted an incremental support vector classification algorithm by Cauwenberghs and Poggio (2001).
  • Developed an AOSVR algorithm that updates the SVR function incrementally.

Related Experiment Videos

  • Evaluated AOSVR performance against batch SVR in on-line and cross-validation scenarios.
  • Main Results:

    • AOSVR efficiently updates trained SVR functions without full retraining.
    • The updated SVR function from AOSVR is mathematically identical to batch SVR results.
    • Numerical experiments showed AOSVR is faster than batch SVR in both cold and warm start scenarios.

    Conclusions:

    • AOSVR offers a significant computational advantage for on-line SVR applications.
    • The algorithm maintains accuracy comparable to batch methods while improving efficiency.
    • AOSVR is a viable and faster alternative for dynamic machine learning tasks.