StackedML
Practice
Labs
Questions
Models
Pricing
Sign in
Practice
/
Supervised Learning
/
Other Models
/
SVM (margin intuition, kernel trick)
SVM (margin intuition, kernel trick)
Margins and the kernel trick.
0/8
completed
1
2
3
4
5
6
7
8
easy
The Kernel Trick
3/8
What does the kernel trick enable in SVM?
A
It approximates the optimal margin hyperplane using a random projection of the input features
B
It computes dot products in a high-dimensional feature space without explicitly transforming the data
C
It reduces the dimensionality of the feature space to make the optimization problem computationally tractable
D
It replaces the SVM's linear decision boundary with a nonlinear activation function during training
Sign in to verify your answer