- 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.
推薦閱讀
- 信息系統與數據科學
- Voice Application Development for Android
- Modern Programming: Object Oriented Programming and Best Practices
- Live Longer with AI
- INSTANT Cytoscape Complex Network Analysis How-to
- Learning Proxmox VE
- 從0到1:JavaScript 快速上手
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設計
- 辦公應用與計算思維案例教程
- R語言數據挖掘
- 達夢數據庫運維實戰
- 聯動Oracle:設計思想、架構實現與AWR報告
- 機器學習:實用案例解析
- ECharts數據可視化:入門、實戰與進階
- Arquillian Testing Guide