Skip to content
Learn AI by building
← World of AI

Machine Learning

Support Vector Machines

Finds the boundary with the widest margin between classes, using kernels for non-linear data.

Rather than any separating line, an SVM looks for the one furthest from the nearest points of either class. Those nearest points are the support vectors, and they alone determine the boundary.

The kernel trick lets it draw curved boundaries by implicitly working in a higher-dimensional space without ever computing the coordinates. Excellent on small, wide datasets; slow and awkward on very large ones.

JOIN NOW

Begin the first module

It is free, it is the real curriculum, and if it is not for you, you have lost nothing but an evening.

Join any time · Build AI skills at your pace