✳flâneur — a map of the web's best reading
Understanding Regularization for Logistic Regression | KNIME
knime.com · 1,491 words · saved by 1 readers
Learn about regularization for logistic regression and when to use L1, L2, Gauss, and Laplace.
Regularization can be used to avoid overfitting. But what actually is regularization, what are the common techniques, and how do they differ? Regularization is any modification we make to a learning algorithm that is intended to reduce its generalization error but not its training error. Ian Goodfellow Regularization can be used to train models that generalize better on unseen data, by preventing the algorithm from overfitting the training dataset. So how can we modify the logistic regression algorithm to reduce the generalization error? Common approaches I found are Gauss, Laplace, L1 and L2.
Explore this link on the map →saved by
related reading
- L1 regularization: sparsity through singularitiesejenner.com
- Regularization (mathematics) - Wikipediaen.wikipedia.org
- Lasso (statistics) - Wikipediaen.wikipedia.org
- What Is Ridge Regression? | IBMibm.com
- What Is Logistic Regression? | IBMibm.com
- LoRA Without Regret - Thinking Machines Labthinkingmachines.ai
- bayesian - Bayes regression: how is it done in comparison to standard regression? - Cross Validatedstats.stackexchange.com
- Gregory Gundersengregorygundersen.com
- arxiv.org/pdf/2511.08544arxiv.org
- RLHF Bookrlhfbook.com
- 5.1 - Ridge Regression | STAT 897Donline.stat.psu.edu
- arxiv.org/pdf/1805.08522arxiv.org