Back to Developer Roadmap

Support Vector Machines

src/data/roadmaps/machine-learning/content/support-vector-machines@_jS66rGAWecXH3zVF-5ds.md

4.0848 B
Original Source

Support Vector Machines

Support Vector Machines (SVMs) are a type of supervised learning algorithm used for classification and regression. They work by finding an optimal hyperplane that separates data points belonging to different classes with the largest possible margin. This hyperplane acts as a decision boundary, and new data points are classified based on which side of the hyperplane they fall on.

Visit the following resources to learn more: