docs/algo/svm_on_angel_en.md
SVM is used for classification and regression analysis.
SVM solves the following optimization problem:
where is the regularization term; is the regularization coefficient; is the hinge loss as visualized below:
Angel MLLib uses mini-batch gradient descent optimization method for solving SVM's objective; the algorithm is shown below:
Data fromat is set in "ml.data.type", supporting "libsvm" and "dummy" types. For details, see Angel Data Format
Feature vector's dimension is set in "ml.feature.num"
Algorithm Parameters
I/O Parameters
Resource Parameters