josdem
In supervised learning, we are given a data set and already know what our correct output should look like, having the idea that there is a relationship between the input and the output. Linear regression with one variable is also known as "univariate linear regression." Univariate linear regression is used when you want to predict a single output value from a single input value . We're doing supervised learning here, so that means we already have an idea about what the input/output cause and effect should be. The "error", at each point, between the line fit and the data is the difference between the right- and left-hand sides of the equations above.
Nov-14-2016, 02:15:44 GMT
- Technology: