Question: Which algorithm is typically used for multi-class classification problems?
Options:
Correct Answer: K-Nearest Neighbors
Solution:
K-Nearest Neighbors can be used for multi-class classification by assigning the class based on the majority vote of neighbors.