What are the two classification methods that SVM ( Support Vector Machine) can handle?
Answer Posted / Ratindra Kumar
Support Vector Machines (SVMs) can handle both linear and non-linear classification problems. For linear classification, a hyperplane separates the data points of different classes, while for non-linear classification, a kernel trick is used to transform the data into a higher dimension where a linear separation is possible.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers