- Effective Amazon Machine Learning
- Alexis Perrier
- 88字
- 2021-07-03 00:17:53
L2 regularization and Ridge
L2 regularization prevents the weights {wi} from being too spread. The smaller weights that rise up for non-correlated though potentially meaningful, features will not become insignificant when compared to the weights associated to the important correlated features. L2 regularization will enforce similar scaling of the weights. A direct consequence of L2 regularization is to reduce the negative impact of collinearity, since the weights can no longer perge from one another.
The Stochastic Gradient Descent algorithm with L2 regularization is known as the Ridge algorithm.
推薦閱讀
- 我們都是數據控:用大數據改變商業、生活和思維方式
- 數據庫原理及應用教程(第4版)(微課版)
- Voice Application Development for Android
- Modern Programming: Object Oriented Programming and Best Practices
- SQL Server 2008數據庫應用技術(第二版)
- Redis應用實例
- Libgdx Cross/platform Game Development Cookbook
- 中國數字流域
- 數亦有道:Python數據科學指南
- SQL優化最佳實踐:構建高效率Oracle數據庫的方法與技巧
- Python數據分析與數據化運營
- Power BI智能數據分析與可視化從入門到精通
- 活用數據:驅動業務的數據分析實戰
- Oracle 11g數據庫管理員指南
- SQL進階教程(第2版)