Machine Learning / Support Vector Machine Learning Algorithm

Support Vector Machine used to find a hyperplane in an N-dimensional space (N=number of features) that classifies the data points into 2 distinct classes. svm objective is to maximum distance between data points of both classes.



Home     Back