SVM Questions
SVM Questions
Questions:
What is the support vector ?
Support vectors are the data points that lie closest to the
decision surface (or hyperplane)
What is the Hyperplane ?
hyperplane is a decision boundary that differentiates the two
classes in SVM.
What is the Margin?
it is the distance between the hyperplane and the observations
closest to the hyperplane
What are support vector machines (SVMs)?
support vector machine is a supervised learning algorithm
used to solve classification and regression problems.
How support vector machines work ?
classifies data by finding an optimal line or hyperplane that
maximizes the distance between each class (Margin)
MCQ:
Q1. How can SVM be classified?
Solution: C
Solution: A
Solution: A
Q4. Which of the following statements is not true
about SVM?
A) It has regularization capabilities
B) It handles non-linear data efficiently
C) It has much improved stability
D) Choosing an appropriate kernel function is easy
Solution: D
Solution: A
Solution: A
Q7. Which of the following statements is not true
about hyperplane in SVM?
A) If a hyperplane is very close to a data point, its
margin will be small
B) If an hyperplane is far from a data point, its
margin will be large
B) Optimal hyperplane will be the one with the
biggest margin
D) If we select a hyperplane which is close to the data
points of one class, then it generalize well
Solution: D
change?
A) Yes
B) No
Solution: A
will change?
A) True
B) False
Solution: B
Explanation: On the other hand, the rest of the points in the data won’t
A) TRUE
B) FALSE
Solution: A
A) ax+b=0
B) wx+b=0
C) wx+b=+1
D) wx+b=-1
Solution: B