Support Vector Machines
“Life is either a daring adventure or nothing. Security does not exist in nature, nor do the children of men as a whole experience it. Avoiding danger is no safer in the long run than exposure.”
– Helen Keller
So far, we have seen two parametric models: linear and logistic regression. We now encounter for the first time a non-parametric model.
TipChapter Objectives
In this chapter, we will learn the following:
Kernel-based methods
Support vector machines (SVM): concents and applications
Implementation of support vector classifier (SVC) in
scikit-learnClassifying popular datasets using SVC.