Tagged articles
6 articles
Page 1 of 1
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 25, 2026 · Artificial Intelligence

Why Large Models Get More Stable with More Edits: Unveiling Lifelong Normalization

The paper analyzes lifelong model editing, showing that Lifelong Normalization (LN) is essential for preventing catastrophic forgetting and model collapse, explains the positive cumulative effect of early edits, and introduces StableEdit with warm‑up and full whitening to achieve robust, million‑scale editing.

Catastrophic ForgettingLifelong Model EditingLifelong Normalization
0 likes · 17 min read
Why Large Models Get More Stable with More Edits: Unveiling Lifelong Normalization
Model Perspective
Model Perspective
Jul 21, 2022 · Artificial Intelligence

Tackling Multicollinearity: Ridge and LASSO Regression Explained with Python

This article explains how multicollinearity undermines ordinary least squares estimates, introduces ridge and LASSO regularization as remedies, and demonstrates their application on a 1966 French economic dataset using Python’s statsmodels, complete with code and interpretation of results.

LASSOPythonRegularization
0 likes · 7 min read
Tackling Multicollinearity: Ridge and LASSO Regression Explained with Python
Python Programming Learning Circle
Python Programming Learning Circle
May 10, 2022 · Artificial Intelligence

Seven Classic Regression Models for Machine Learning

This article introduces regression analysis and explains why it is essential for predictive modeling, then details seven widely used regression techniques—including linear, logistic, polynomial, stepwise, ridge, lasso, and elastic‑net—while offering guidance on selecting the most appropriate model for a given dataset.

Machine LearningModel selectionRidge Regression
0 likes · 13 min read
Seven Classic Regression Models for Machine Learning
Qunar Tech Salon
Qunar Tech Salon
Oct 9, 2018 · Artificial Intelligence

Ridge Regression with scikit-learn: Theory, Implementation, and Example

This article introduces Ridge regression, explains its theory and regularization role, discusses overfitting and bias‑variance trade‑offs, presents scikit‑learn parameters, and provides a complete Python example from data loading to model training, evaluation, and optimal alpha selection.

Machine LearningPythonRegularization
0 likes · 7 min read
Ridge Regression with scikit-learn: Theory, Implementation, and Example
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 4, 2017 · Artificial Intelligence

Master Linear, Weighted, and Ridge Regression: Theory, Code, and Evaluation

This article introduces regression concepts, explains linear, locally weighted, and ridge regression methods, demonstrates their mathematical foundations, provides Python implementations, and discusses model evaluation techniques to help readers choose the appropriate regression approach for their data.

Machine LearningRidge Regressionlinear regression
0 likes · 10 min read
Master Linear, Weighted, and Ridge Regression: Theory, Code, and Evaluation