- Statistics for Data Science
- James D. Miller
- 342字
- 2021-07-02 14:58:54
Regularization
Regularization is one possible approach that a data scientist may use for improving the results generated from a statistical model or data science process, such as when addressing a case of overfitting in statistics and data science.
Overfitting usually occurs with an overly simple model. This means that you may have only two variables and are drawing conclusions based on the two. For example, using our previously mentioned example of daffodil sales, one might generate a model with temperature as an independent variable and sales as a dependent one. You may see the model fail since it is not as simple as concluding that warmer temperatures will always generate more sales.
In this example, there is a tendency to add more data to the process or model in hopes of achieving a better result. The idea sounds reasonable. For example, you have information such as average rainfall, pollen count, fertilizer sales, and so on; could these data points be added as explanatory variables?
Continuing to add more and more data to your model will have an effect but will probably cause overfitting, resulting in poor predictions since it will closely resemble the data, which is mostly just background noise.
To overcome this situation, a data scientist can use regularization, introducing a tuning parameter (additional factors such as a data points mean value or a minimum or maximum limitation, which gives you the ability to change the complexity or smoothness of your model) into the data science process to solve an ill-posed problem or to prevent overfitting.
- 后稀缺:自動化與未來工作
- Mastering Proxmox(Third Edition)
- SCRATCH與機器人
- Hybrid Cloud for Architects
- Cloudera Administration Handbook
- 分數階系統分析與控制研究
- The Python Workshop
- Mastering ServiceNow Scripting
- Cloud Security Automation
- 西門子S7-1200/1500 PLC從入門到精通
- 自適應學習:人工智能時代的教育革命
- fastText Quick Start Guide
- 多傳感器數據智能融合理論與應用
- 站酷志:資深設計師的Photoshop創意課
- Network Science with Python and NetworkX Quick Start Guide