Scikit-learn Kernel SVN

From ESS-WIKI
Revision as of 05:19, 6 September 2016 by Ivan.chen (talk | contribs) (Created page with "[https://en.wikipedia.org/wiki/Support_vector_machine Kernel Support Vector Machine(Linear SVM)] is a nonlinear separable algorithm Here is a [https://github.com/ivan0124/pyt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Kernel Support Vector Machine(Linear 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