Question: What is the main advantage of using SVM for classification tasks?
Options:
Correct Answer: It can handle non-linear relationships
Solution:
SVM can effectively handle non-linear relationships through the use of kernel functions, making it versatile for various datasets.