Introduction - If you have any usage issues, please Google them yourself
In the field of machine learning, support vector machines SVM (Support Vector Machine) is a supervised learning model is usually used for pattern recognition, classification, and regression analysis. This program is python realization of SVM, using SMO algorithm. It can only be classified, and able to display graphical results.