Scikit-learn Kernel SVN

From ESS-WIKI
Jump to: navigation, search

Kernel Support Vector Machine(Kernel SVM) is a nonlinear separable algorithm

Here is a sample code to demo the skckit-learn kernel SVM algorithm.

Input: 150 flower data with 2 features (petal length and width).
Output: 3 class

Kernel SVM 20160906.png