You are given a dataset that is not linearly separable. How would you use SVM with the Kernel Trick to classify the data?

  • Apply a linear kernel only
  • Apply a non-linear kernel to transform the feature space
  • Increase data size
  • Reduce data size
The Kernel Trick with a non-linear kernel (such as RBF) can transform the feature space, making it linearly separable, and thus classify non-linear data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *