Beta. Content is under active construction and has not been peer-reviewed. Report errors on
GitHub
.
Disclaimer
Theorem
Path
Curriculum
Paths
Demos
Diagnostic
Search
Quiz Hub
/
Support Vector Machines
Support Vector Machines
2 questions
Difficulty 4-4
View topic
Intermediate
0 / 2
2 intermediate
Adapts to your performance
1 / 2
intermediate (4/10)
conceptual
The kernel trick replaces dot products
x
i
⋅
x
j
with
K
(
x
i
,
x
j
)
=
ϕ
(
x
i
)
⋅
ϕ
(
x
j
)
for some feature map
ϕ
. What is the primary computational advantage?
Hide and think first
A.
It computes inner products in high-dimensional feature space without explicitly constructing the feature vectors
B.
It reduces the number of support vectors needed
C.
It removes the need for regularization
D.
It transforms the SVM optimization from a non-convex problem into a convex quadratic program that can be solved in polynomial time
Submit Answer