support vector machine
Sign in to saveAlso known as SVM, support vector machines, SVMs
set of methods for supervised statistical learning
Research
41,692 papers- Applications of Support Vector Machine (SVM) Learning in Cancer Genomics.Cancer genomics & proteomics · 2018
- Functional support vector machine.Biostatistics (Oxford, England) · 2024
- Robust one-class support vector machine.Neural networks : the official journal of the International Neural Network Society · 2025
- Support-Vector Machine-Based Classifier of Cross-Correlated Phoneme Segments for Speech Sound Disorder Screening.Studies in health technology and informatics · 2022
- Bayesian Optimization with Support Vector Machine Model for Parkinson Disease Classification.Sensors (Basel, Switzerland) · 2023
via PubMed
Wikidata facts
- Image
- SVM margin.png
Show 4 more facts
- Commons category
- Support vector machine
- Stack Exchange tag
- stats.stackexchange.com/tags/svm
- inception
- 1963-00-00
- short name
- TVM
via Wikidata · CC0
~40 min read
Article
In machine learning, support vector machines (SVMs, also support vector networks) are supervised max-margin models with associated learning algorithms that analyze data for classification and regression analysis. Developed at AT&T Bell Laboratories, SVMs are one of the most studied models, being based on statistical learning frameworks of VC theory proposed by Vapnik (1982, 1995) and Chervonenkis (1974).
In addition to performing linear classification, SVMs can efficiently perform non-linear classification using the kernel trick, representing the data only through a set of pairwise similarity comparisons between the original data points using a kernel function, which transforms them into coordinates in a higher-dimensional feature space. Thus, SVMs use the kernel trick to implicitly map their inputs into high-dimensional feature spaces, where linear classification can be performed. Being max-margin models, SVMs are resilient to noisy data (e.g., misclassified examples). SVMs can also be used for regression tasks, where the objective becomes