SupportVectorMaschinen
SupportVectorMaschinen, commonly known in English as support vector machines (SVM), are supervised learning models used for classification and regression tasks. They aim to find a decision boundary that separates data points of different classes with the largest possible margin in the feature space. The boundary is defined by a subset of the training samples called support vectors, which determine the position and orientation of the separating hyperplane.
In the linear case, a central objective is to maximize the margin between classes while correctly classifying
The kernel trick enables SVMs to handle nonlinear decision boundaries. By choosing a kernel function K(xi, xj)
Applications of SupportVectorMaschinen span text classification, image recognition, bioinformatics, and anomaly detection. They perform well in