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 study on reduced support vector machines.

Kuan-Ming Lin1, Chih-Jen Lin

  • 1Dept. of Comput. Sci. and Inf. Eng., Nat. Taiwan Univ., Taipei, Taiwan.

IEEE Transactions on Neural Networks
|February 5, 2008
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

The cell-fate decision of dental follicle stem cells (DFSCs) with porcine corneal extracellular matrix (ECM).

Journal of dental sciences·2025
Same author

Induction of retinal progenitors and neurons from dental follicle stem cell under defined conditions.

Journal of dental sciences·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 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

Reduced Support Vector Machines (RSVM) offer a faster alternative for large datasets but show slightly lower accuracy than standard Support Vector Machines (SVM). RSVM is most beneficial for very large problems or those with numerous support vectors.

Area of Science:

  • Machine Learning
  • Data Mining
  • Computational Science

Background:

  • Standard Support Vector Machines (SVM) face challenges with large datasets, especially with nonlinear kernels.
  • Reduced Support Vector Machines (RSVM) were proposed to address SVM's scalability by preselecting support vectors and solving smaller optimization problems.

Purpose of the Study:

  • To investigate the practical utility and performance of RSVM compared to standard SVM.
  • To analyze the generalization ability and training time efficiency of RSVM.
  • To compare different RSVM implementations and SVM variants.

Main Methods:

  • The study demonstrates that RSVM formulations are equivalent to linear SVM.
  • Four distinct RSVM implementations were analyzed.

Related Experiment Videos

  • Empirical experiments were conducted to compare RSVM and standard SVM performance.
  • Main Results:

    • RSVM generally exhibits slightly lower test accuracy than standard SVM.
    • For datasets up to tens of thousands of data points, existing SVM implementations are competitive in training time if the support vector percentage is low.
    • RSVM's advantages are most pronounced for very large datasets or those with a high proportion of support vectors.

    Conclusions:

    • RSVM is primarily advantageous for extremely large-scale machine learning problems or scenarios with a significant number of support vectors.
    • The study provides empirical comparisons of linear SVM implementations and SVM with different cost functions.