Linear Regression:
y = mx+b
m = slope (how much y changes w.r.t x)
b = intercept (value of y when x = 0)
(visualize these both above on graph)
y = dependent variable
x = independent variable
Terminologies:
Linear Regression:
y = mx+b
m = slope (how much y changes w.r.t x)
b = intercept (value of y when x = 0)
(visualize these both above on graph)
y = dependent variable
x = independent variable
Terminologies:
Comments
Post a Comment