Summary
In this chapter, we discussed the SVM, a powerful model that can be used for classification and regression tasks. SVMs efficiently map features to higher dimensional spaces in which classes may be linearly separable. SVMs also maximize the margin between the decision boundary and the nearest training instances. In the next chapter, we will discuss models called ANN; like SVMs, they extend the perceptron to overcome its limitations.