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...")
 
 
Line 1: Line 1:
[https://en.wikipedia.org/wiki/Support_vector_machine Kernel Support Vector Machine(Linear SVM)] is a nonlinear separable algorithm
+
[https://en.wikipedia.org/wiki/Support_vector_machine Kernel Support Vector Machine(Kernel SVM)] is a nonlinear separable algorithm
  
 
Here is a [https://github.com/ivan0124/python-programming/tree/master/scikit_kernel_svm sample code] to demo the skckit-learn kernel SVM algorithm.
 
Here is a [https://github.com/ivan0124/python-programming/tree/master/scikit_kernel_svm sample code] to demo the skckit-learn kernel SVM algorithm.

Latest revision as of 05:20, 6 September 2016

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