Question: What is the effect of using a linear kernel in SVM?
Options:
Correct Answer: It can only classify linearly separable data
Solution:
Using a linear kernel in SVM means that the model can only create linear decision boundaries, making it suitable for linearly separable data.