Q. What is a common challenge when using SVM for large datasets?
A.
High interpretability
B.
Scalability and computational cost
C.
Low accuracy
D.
Limited feature selection
Solution
SVM can be computationally intensive and may struggle with scalability when dealing with large datasets due to the complexity of the optimization problem.
Correct Answer:
B
— Scalability and computational cost
Q. What is the primary purpose of Support Vector Machines (SVM)?
A.
To perform clustering on unlabeled data
B.
To classify data into distinct categories
C.
To reduce dimensionality of data
D.
To generate synthetic data
Solution
Support Vector Machines are primarily used for classification tasks, where they aim to find the optimal hyperplane that separates different classes in the feature space.
Correct Answer:
B
— To classify data into distinct categories
C.
It balances the trade-off between maximizing the margin and minimizing classification error
D.
It sets the learning rate
Solution
The 'C' parameter in SVM controls the trade-off between maximizing the margin and minimizing classification errors, influencing the model's complexity.
Correct Answer:
C
— It balances the trade-off between maximizing the margin and minimizing classification error