Parashar7 / Support_Vector_Machine

SVMs are used for Classification as well as Regression problems. However, it is primarily used for Classification problems. #%% md # The Technique (Support Vector Machine) Support Vector Machine or 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

SVMs are used for Classification as well as Regression problems. However, it is primarily used for Classification problems. #%% md # The Technique (Support Vector Machine) Support Vector Machine or 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.


Languages

Language:Jupyter Notebook 100.0%