Question: Which of the following is a characteristic of SVM?
Options:
Correct Answer: It can handle multi-class classification using one-vs-one or one-vs-all strategies
Solution:
SVM can handle multi-class classification problems using strategies like one-vs-one or one-vs-all.