Scikit-learn Linear SVN

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

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