0% found this document useful (0 votes)
17 views

SVM DM

The document discusses support vector machines (SVM), including what SVM is, how it works, and its applications. SVM is a supervised machine learning algorithm that can be used for both classification and regression problems. It finds the optimal separating hyperplane to classify data points into different classes and uses kernels to handle non-linear classification.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

SVM DM

The document discusses support vector machines (SVM), including what SVM is, how it works, and its applications. SVM is a supervised machine learning algorithm that can be used for both classification and regression problems. It finds the optimal separating hyperplane to classify data points into different classes and uses kernels to handle non-linear classification.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Presentati on

Topic Name

SVM
Presented By
Maaz Ur Rehman
Anus Ahmed
What Is SVM?

Svm Stands For Support Vector Machine. It Is Supervised Machine


learning Algorithms, generally We Can Use For Classification Approach
But We Can Used In Both Classification And Regression Problem.
What Types Of Supervised Learning?
There Are Two Types Of Supervised Learning:
1. Regression
2. Classification

1. Regression:
When you want to predict a continuous dependent value from a number of
independent value.

2. Classification:
When data (facts) are divided into groups according to their qualities.
How SVM Be Used For Prediction?

SVM to be used as classifier on a dataset that contains more than one


class (grouping or category). SVM has been successfully used in many
applications such as image recognition, medical diagnosis, and text
analytics.
How Does SVM Work?

It can solve linear and non-linear problems and work well for many
practical problems. A Kernel Trick is a simple method where a Non-
Linear data is projected onto a higher dimension space so as to make it
easier to classify the data.
Kernels in SVM:

Kernel” is used due to set of mathematical functions used in Support


Vector Machine provides the window to manipulate the data.
Hyperplane In SVM:

Hyperplanes are decision boundaries that help classify the data points.
Data points falling on either side of the hyperplane can be attributed to
different classes.
Advantages of SVM:

• The Kernel Trick Is Real Strength Of SVM.


• We Can Solve Any Complex Problem.
Disadvantages of SVM:

• Long Training Time For Large Data Set.


• It Does Not Perform Well When Data Set Has More Noise.
THANK YOU

You might also like