Machine Learning
26 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
Learning Rate
Hyperparameter controlling gradient descent step size
Online Learning
Updating models incrementally as new data arrives
Feature Engineering
Creating and transforming input variables to improve performance
AdaBoost
Combining weak classifiers with adaptive sample weighting
Decision Tree
Tree-like model splitting data based on feature values
XGBoost
Optimized gradient boosting library for structured data