Machine Learning
137 views
Margin
Quick Definition
Distance between decision boundary and nearest data points
Full Definition
The distance between the decision boundary and the nearest data points in support vector machine classifiers.
Examples
SVM optimization, maximum margin classifiers, generalization
Related Terms
support-vector-machine
kernel-trick
classification
More Machine Learning Terms
Hyperparameter Tuning
Finding optimal configuration values before training
Active Learning
Algorithm selecting most informative data points for labeling
Random Forest
Ensemble of decision trees that votes on predictions
t-SNE
Nonlinear technique for visualizing high-dimensional data
Data Augmentation
Artificially increasing training data through modified copies
K-Means
Partitioning data into k clusters by updating centroids