- Artificial Intelligence for Big Data
- Anand Deshpande Manish Kumar
- 212字
- 2021-06-25 21:57:13
Linear regression
With linear regression, we model the relationship between the dependent variable, y, and an explanatory variable or independent variable, x. When there is one independent variable, it is called simple linear regression, and in the case of multiple independent variables, the regression is called multiple linear regression. The predictor function in the case of linear regression is a straight line (refer to figure 4 for an illustration). The regression line defines the relationship between x and y. When the value of y increases when x increases, there is a positive relationship between x and y. Similarly, when x and y are inversely proportional, there is a negative relationship between x and y. The line should be plotted on x and y dimensions to minimize the difference between the predicted value and the actual value, called prediction error.
In its simplest form, the linear regression equation is:
This is the equation of a straight line, where y is the value of dependent variable, a is the y intercept (the value of y where the regression line meets the y axis), and b is the slope of the line. Let's consider the least square method in which we can derive the regression line with minimum prediction error.
- 數(shù)據(jù)要素安全流通
- MySQL基礎(chǔ)教程
- 醫(yī)療大數(shù)據(jù)挖掘與可視化
- iOS and OS X Network Programming Cookbook
- Mockito Cookbook
- 大數(shù)據(jù)Hadoop 3.X分布式處理實戰(zhàn)
- 達夢數(shù)據(jù)庫性能優(yōu)化
- 數(shù)據(jù)革命:大數(shù)據(jù)價值實現(xiàn)方法、技術(shù)與案例
- 深度剖析Hadoop HDFS
- 探索新型智庫發(fā)展之路:藍迪國際智庫報告·2015(下冊)
- INSTANT Android Fragmentation Management How-to
- 大數(shù)據(jù)分析:數(shù)據(jù)倉庫項目實戰(zhàn)
- 聯(lián)動Oracle:設(shè)計思想、架構(gòu)實現(xiàn)與AWR報告
- 大數(shù)據(jù)技術(shù)原理與應用:概念、存儲、處理、分析與應用
- 數(shù)據(jù)庫原理與設(shè)計實驗教程(MySQL版)