Difference between revisions of "Scikit-learn Kernel SVN"

From ESS-WIKI
Jump to: navigation, search
(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...")
(No difference)

Revision as of 04:19, 6 September 2016

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