Q7Machine Learning
Question
2 marks
What is the kernel trick in SVM?
Answer
The kernel trick transforms data into a higher-dimensional space to make it linearly separable.
It allows SVMs to solve non-linear classification problems efficiently without explicitly computing the coordinates of the data in that higher-dimensional space. Common kernels include Polynomial and RBF.