- Mastering Machine Learning with R(Second Edition)
- Cory Lesmeister
- 103字
- 2021-07-09 18:23:59
Ridge regression
Let's begin by exploring what ridge regression is and what it can and cannot do for you. With ridge regression, the normalization term is the sum of the squared weights, referred to as an L2-norm. Our model is trying to minimize RSS + λ(sum Bj2). As lambda increases, the coefficients shrink toward zero but never become zero. The benefit may be an improved predictive accuracy, but as it does not zero out the weights for any of your features, it could lead to issues in the model's interpretation and communication. To help with this problem, we will turn to LASSO.
推薦閱讀
- 輕松學大數據挖掘:算法、場景與數據產品
- Modern Programming: Object Oriented Programming and Best Practices
- Voice Application Development for Android
- 數據化網站運營深度剖析
- Creating Dynamic UIs with Android Fragments(Second Edition)
- Mockito Cookbook
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 金融商業(yè)算法建模:基于Python和SAS
- 數據科學工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow
- 探索新型智庫發(fā)展之路:藍迪國際智庫報告·2015(上冊)
- 貫通SQL Server 2008數據庫系統開發(fā)
- MySQL數據庫實用教程
- Oracle 內核技術揭密
- MySQL性能調優(yōu)與架構設計
- Access 2013 數據庫管理與應用從新手到高手