- Python Machine Learning Cookbook(Second Edition)
- Giuseppe Ciaburro Prateek Joshi
- 58字
- 2021-06-24 15:40:57
See also
- Refer to the official documentation of the sklearn.svm.SVC() function: https://scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
- Refer to Support Vector Machine Tutorial (from Columbia University): http://www.cs.columbia.edu/~kathy/cs4701/documents/jason_svm_tutorial.pdf
- Refer to Support Vector Machines - Lecture notes (by Andrew Ng from Stanford University): http://cs229.stanford.edu/notes/cs229-notes3.pdf
- Tutorial on Support Vector Machine (from Washington State University): https://course.ccs.neu.edu/cs5100f11/resources/jakkula.pdf
- SVM Tutorial: http://web.mit.edu/zoya/www/SVM.pdf