Wednesday, 1 July 2020

Support Vector Machine

Support Vector Machine (SVM) is a supervised learning algorithm which is used for both classification and regression problem and separates data using hyperplane


The objective is to maximize the margin between two support vectors, more the margin better the separation of class.

No comments:

Post a Comment