Large Margin Classification Using the Perceptron Algorithm
Abstract
We introduce and analyze a new algorithm for linear classification which combines Rosenblatt‘s perceptron algorithm with Helmbold and Warmuth‘s leave-one-out method. Like Vapnik‘s maximal-margin classifier, our algorithm takes advantage of data that are linearly separable with large margins. Compared to Vapnik‘s algorithm, however, ours is much simpler to implement, and much more efficient in terms of computation time. We also show that our algorithm can be efficiently used in very high dimensional spaces using kernel functions. We performed some experiments using our algorithm, and some variants of it, for classifying images of handwritten digits. The performance of our algorithm is close to, but not as good as, the performance of maximal-margin classifiers on the same problem, while saving significantly on computation time and programming effort.
Cite
Text
Freund and Schapire. "Large Margin Classification Using the Perceptron Algorithm." Annual Conference on Computational Learning Theory, 1998. doi:10.1145/279943.279985Markdown
[Freund and Schapire. "Large Margin Classification Using the Perceptron Algorithm." Annual Conference on Computational Learning Theory, 1998.](https://mlanthology.org/colt/1998/freund1998colt-large/) doi:10.1145/279943.279985BibTeX
@inproceedings{freund1998colt-large,
title = {{Large Margin Classification Using the Perceptron Algorithm}},
author = {Freund, Yoav and Schapire, Robert E.},
booktitle = {Annual Conference on Computational Learning Theory},
year = {1998},
pages = {209-217},
doi = {10.1145/279943.279985},
url = {https://mlanthology.org/colt/1998/freund1998colt-large/}
}