You are currently viewing What is the Support Vector Machine (SVM) in 2minutes?

What is the Support Vector Machine (SVM) in 2minutes?

SVM is one of the most popular Supervised Learning algorithms, which is used for Classification as well as Regression problems. However, primarily, it is used for Classification problems in Machine Learning. 

The goal of the SVM algorithm is to create the best line or decision boundary that can segregate n-dimensional space into classes so that we can easily put the new data point in the correct category in the future. This best decision boundary is called a hyperplane.

SVM chooses the extreme points/vectors that help in creating the hyperplane. These extreme cases are called support vectors, and hence algorithm is termed a Support Vector Machine.

Consider the below diagram in which there are two different categories that are classified using a decision boundary or hyperplane:

SVM algorithm can be used for Face detection, image classification, text categorization, etc.

Well, there’s many more to it, which will be covered later, so if you want to be updated with such simple and easy language content, don’t forget to follow us.

Get to access the Best Handouts on Machine Learning Algorithms with hands-on coding experience on amazing projects, Checkout my Data Science course from here:

Leave a Reply