Support-Vector Networks
Abstract
The support-vector network is a new learning machine for two-group classification problems. The machine conceptually implements the following idea: input vectors are non-linearly mapped to a very high-dimension feature space. In this feature space a linear decision surface is constructed. Special properties of the decision surface ensures high generalization ability of the learning machine. The idea behind the support-vector network was previously implemented for the restricted case where the training data can be separated without errors. We here extend this result to non-separable training data. High generalization ability of support-vector networks utilizing polynomial input transformations is demonstrated. We also compare the performance of the support-vector network to various classical learning algorithms that all took part in a benchmark study of Optical Character Recognition.
Cite
Text
Cortes and Vapnik. "Support-Vector Networks." Machine Learning, 1995. doi:10.1007/BF00994018Markdown
[Cortes and Vapnik. "Support-Vector Networks." Machine Learning, 1995.](https://mlanthology.org/mlj/1995/cortes1995mlj-supportvector/) doi:10.1007/BF00994018BibTeX
@article{cortes1995mlj-supportvector,
title = {{Support-Vector Networks}},
author = {Cortes, Corinna and Vapnik, Vladimir},
journal = {Machine Learning},
year = {1995},
pages = {273-297},
doi = {10.1007/BF00994018},
volume = {20},
url = {https://mlanthology.org/mlj/1995/cortes1995mlj-supportvector/}
}