S

Machine à vecteurs de support

SVM

Les machines à vecteurs de support sont des modèles d'apprentissage supervisé utilisés pour des tâches de classification et de régression en apprentissage automatique.

Qu'est-ce qu'une machine à vecteurs de support ?

Une machine à vecteurs de support (SVM) est un algorithme d'apprentissage puissant d'apprentissage supervisé commonly used for classification and regression tasks in the field of apprentissage automatique. The primary goal of an SVM is to find the best boundary, or hyperplane, that separates different classes in the dataset.

Dans un espace bidimensionnel, cet hyperplan est une ligne, tandis que dans dimensions supérieures, it becomes a flat affine subspace. What makes SVM unique is its use of support vectors, which are the data points that are closest to the hyperplane. These support vectors are critical, as they directly influence the position and orientation of the hyperplane. The SVM algorithm aims to maximize the margin, which is the distance between the hyperplane and the nearest support vectors from either class.

One of the strengths of SVM is its ability to handle both linear and non-linear classification tasks. For non-linear problems, SVM employs a technique called the astuce du noyau. By transforming the original input space into a higher-dimensional space, SVM can create complex boundaries that separate the classes effectively. Common kernel functions include linear, polynomial, and radial basis function (RBF) kernels.

SVMs are particularly effective in high-dimensional spaces and are known for their robustness against overfitting, especially in cases where the number of dimensions exceeds the number of samples. However, they can be computationally intensive and may not perform as well on very large datasets.

En résumé, Machines à vecteurs de support are a versatile tool in machine learning, suitable for various applications such as text classification, image recognition, and bioinformatics, making them a popular choice among data scientists and researchers.

oEmbed (JSON) + /