Machine Learning
152 views
Ridge Regression
Quick Definition
Regularized regression using L2 penalty to prevent overfitting
Full Definition
A regularized regression method adding L2 penalty to prevent overfitting by shrinking coefficient values.
Examples
multicollinearity handling, feature shrinkage, stable estimates
Related Terms
lasso-regression
regularization
linear-regression
More Machine Learning Terms
DBSCAN
Density-based clustering finding clusters of varying shapes
Dropout
Regularization randomly deactivating neurons during training
Gaussian Mixture Model
Probabilistic model using multiple Gaussian distributions
K-Nearest Neighbors
Classifying based on majority class of k nearest neighbors
Support Vector Machine
Finding optimal hyperplane to separate classes with max margin
CatBoost
Gradient boosting library with native categorical feature support