SVM

Hi All, I have a query on SVM. How does an SVM model classify a new data that falls within the decision boundaries ?

You already invited:

Michael

Upvotes from:

SVM use kernel functions to map the decision boundaries and then classifies a new input based on where it falls within the boundaries.
 
 

If you wanna answer this question please Login or Register