Linear Regression is a statistical method that is used to predict the relationship between one dependent variable and one independent variable.
To do this, the two variables are treated as \(x\) and \(y\) in a linear equation represented by \(y = wx + b\) where \(y\) is the dependent variable, \(x\) is the independent variable, \(w\) is the weight, and \(b\) is the bias. The model then begins modify the weight and bias to try to find the most accurate predictions of \(y\) given \(x\).