Machine learning
Support Vector Machine (Classification)
The Support Vector Machine, introduced by Corinna Cortes and Vladimir Vapnik in 1995, is a classifier that finds the optimal separating hyperplane between classes in a high-dimensional space. It chooses the boundary that leaves the widest possible margin to the nearest training points, which makes its decisions robust on new data.
Open in MethodMindSoonVideoSoon
Read the full method
Members only
Sign inSign in with a free account to read this section.
Sources
- Cortes, C. & Vapnik, V. (1995). Support-Vector Networks. Machine Learning, 20, 273–297. DOI: 10.1007/BF00994018 ↗
Related methods
Referenced by
Active learning Support vector machineCapsule NetworkCNN Image ClassificationConvolutional Neural NetworkDBSCANDecision TreeGraph Neural NetworkK-Nearest NeighborsKernel PCALinear Discriminant Analysis (Classification)Naive BayesRandom ForestSelf-supervised Support Vector MachineSemi-supervised Support Vector MachineStackingSupport Vector RegressionVision TransformerXGBoost