Support vector machine (SVM) is a common supervised learning classification algorithm in machine learning, which is a binary classification model. Its purpose is to find a hyperplane to segment the sample, and to separate the positive and negative examples in the sample by the hyperplane. The principle of segmentation is to maximize the margin. Support vector machine method can solve the practical problems in classification such as small sample, nonlinear, high dimension and local minimum point. It is widely used in image processing, data mining and other fields.

According to the data training procedure of support vector machine classification, the model can be obtained according to the characteristics of the data, and then used for prediction.

 

When creating a support vector machine classification training task, you need to set the following parameters:

 

After executing the training task, the following result parameter is output: