- Machine Learning in Java
- AshishSingh Bhatia Bostjan Kaluza
- 118字
- 2021-06-10 19:30:02
Linear regression
The most basic regression model assumes linear dependency between features and target variable. The model is often fitted using least squares approach, that is, the best model minimizes the squares of the errors. In many cases, linear regression is not able to model complex relations; for example, the following diagram shows four different sets of points having the same linear regression line. The upper-left model captures the general trend and can be considered as a proper model, whereas the bottom-left model fits points much better (except for one outlier, which should be carefully checked), and the upper and lower-right side linear models completely miss the underlying structure of the data and cannot be considered proper models:
推薦閱讀
- PostgreSQL 11 Server Side Programming Quick Start Guide
- Deep Learning Quick Reference
- Java開發技術全程指南
- Mastering Salesforce CRM Administration
- JBoss ESB Beginner’s Guide
- 基于Xilinx ISE的FPAG/CPLD設計與應用
- 大數據技術基礎:基于Hadoop與Spark
- Dreamweaver CS6中文版多功能教材
- Visual FoxPro程序設計
- Cloud Security Automation
- Xilinx FPGA高級設計及應用
- Java組件設計
- Windows 7來了
- 運動控制系統
- Eclipse全程指南