Difference between revisions of "Scikit-learn Linear SVN"

From ESS-WIKI
Jump to: navigation, search
(Created page with "[https://en.wikipedia.org/wiki/Support_vector_machine Linear Support Vector Machine(Linear SVM)] is a linear separable algorithm Here is a [https://github.com/ivan0124/python...")
 
(No difference)

Latest revision as of 04:15, 6 September 2016

Linear Support Vector Machine(Linear SVM) is a linear separable algorithm

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

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

Linear SVM 20160906.png