258. Support Vector Machine (SVM)

A supervised learning algorithm that classifies data by finding the hyperplane that best separates data points of different classes.

Last updated