Scikit-learn Kernel SVN

From ESS-WIKI
Revision as of 05:20, 6 September 2016 by Ivan.chen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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