This document provides an introduction to support vector machines (SVM). It discusses the history and development of SVM, including its introduction in 1992 and popularity due to success in handwritten digit recognition. The document then covers key concepts of SVM, including linear classifiers, maximum margin classification, soft margins, kernels, and nonlinear decision boundaries. Examples are provided to illustrate SVM classification and parameter selection.