Pattern_recognition
Pattern_recognition
Elad Yom-Tov
IBM Haifa Research Labs, University Campus, Haifa 31905, Israel
[email protected]
1 Introduction
Pattern classification is the field devoted to the study of methods designed to
categorize data into distinct classes. This categorization can be either distinct
labeling of the data (supervised learning), division of the data into classes (unsu-
pervised learning), selection of the most significant features of the data (feature
selection), or a combination of more than one of these tasks.
Pattern classification is one of a class of problems that humans (under most
circumstances) are able to accomplish extremely well, but are difficult for com-
puters to perform. This subject has been under extensive study for many years.
However during the past decade, with the introduction of several new classes of
pattern classification algorithms this field seems to achieve performance much
better than previously attained.
The goal of the following article is to give the reader a broad overview of
the field. As such, it attempts to introduce the reader to important aspects of
pattern classification, without delving deeply into any of the subject matters.
The exceptions to this rule are those points deemed especially important or
those that are of special interest. Finally, we note that the focus of this article
are statistical methods for pattern recognition. Thus, methods such as fuzzy
logic and rule-based methods are outside the scope of this article.
O. Bousquet et al. (Eds.): Machine Learning 2003, LNAI 3176, pp. 1–20, 2004.
c Springer-Verlag Berlin Heidelberg 2004
2 E. Yom-Tov