- Advanced Machine Learning with R
- Cory Lesmeister Dr. Sunil Kumar Chinnamgari
- 102字
- 2021-06-24 14:24:38
Ridge regression
Let's begin by exploring what ridge regression is and what it can and can't 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 shrinks toward zero but never become zero. The benefit may be an improved predictive accuracy but, as it doesn't 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 can turn to LASSO.
推薦閱讀
- 零點起飛學Xilinx FPG
- Raspberry Pi 3 Cookbook for Python Programmers
- SDL Game Development
- 數字道路技術架構與建設指南
- 施耐德SoMachine控制器應用及編程指南
- The Applied AI and Natural Language Processing Workshop
- 筆記本電腦維修不是事兒(第2版)
- R Deep Learning Essentials
- 單片機系統設計與開發教程
- SiFive 經典RISC-V FE310微控制器原理與實踐
- Arduino項目開發:智能生活
- FPGA實驗實訓教程
- 多媒體應用技術(第2版)
- Arduino案例實戰(卷Ⅳ)
- FPGA進階開發與實踐