Skip to content
EntityQ282453· pop 34· linked from 456 articles

support vector machine

Sign in to save

Also known as SVM, support vector machines, SVMs

set of methods for supervised statistical learning

Research

41,692 papers

via PubMed

Wikidata facts

Image
SVM margin.png
Show 4 more facts
Commons category
Support vector machine
inception
1963-00-00
short name
TVM
Sources (4)

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

Connections

Categories