Free Online Directory Support Vector Machines (SVM) MCQs - MCQs Answers

Support Vector Machines (SVM) MCQs

10 min Score: 0 Attempted: 0/10 Subscribe
1. What is the main goal of the Support Vector Machine (SVM) algorithm?
Explanation: The main goal of SVM is to find a decision boundary (hyperplane) that maximizes the margin between the two classes, leading to better generalization.






2. In SVM, what is the “support vector”?
Explanation: Support vectors are the critical points that influence the placement of the decision boundary in SVM.






3. Which of the following is true about the kernel trick in SVM?
Explanation: The kernel trick transforms data into a higher-dimensional space where a linear hyperplane can separate the data, even if it’s not linearly separable in the original space.






4. Which kernel is commonly used in SVM for non-linear classification problems?
Explanation: The RBF kernel is widely used for non-linear classification as it can handle data that is not linearly separable.






5. What does the “margin” in SVM refer to?
Explanation: The margin is the distance between the hyperplane and the nearest points from either class. SVM aims to maximize this margin.






6. In the context of SVM, what does the parameter “C” control?
Explanation: A larger C reduces misclassifications but narrows the margin; a smaller C allows more misclassifications but a wider margin.






7. Which of the following is a common disadvantage of using SVM?
Explanation: The performance of SVM depends heavily on choosing the appropriate kernel and hyperparameters.






8. In SVM, what does the “slack variable” represent in the context of soft margin classification?
Explanation: Slack variables allow some misclassification for non-separable data, balancing margin width and errors.






9. Which of the following would be an ideal application for a Support Vector Machine?
Explanation: SVM works best with linearly separable data or data that can be transformed to be linearly separable.






10. What is the difference between “hard margin” and “soft margin” in SVM?
Explanation: Hard margin SVM requires perfect separability, while soft margin SVM is flexible with real-world datasets.






Leave a Comment

All copyrights Reserved by MCQsAnswers.com - Powered By T4Tutorials