How to determine the function is linear in linear regression problem?
I know that the first degree of the polynomial equation is considered as a linear function.
But, I found some things confusing in linear regression.
1. f(x)= w1 x1+ w2 x2 + W3 x3 -- linear function
2. f(x)= w1 x1+ w2 x2 + W3 x1 x3 -- is it linear? if not, then why?
3. f(x)= w1 x1+ w2 x2 + W3 W4 x3 -- is it linear? if not, then why?
4. f(x)= w1 x1+ w2 x2 + W3 x3 x3 -- it is not linear.
Please help.
Topic objective-function linear-regression
Category Data Science