a) If our training data x in all reals is of the form y = beta* x^4
I know that y (labels) are not linearly related to our examples, but can linear regression still be used here?
b) how about the same if y = 3^beta1 * x^ beta2
c) if x is in R^2 and y = (beta * x_1 * x_2^4) and we want to learn beta.
betas are the coefficients we are trying to learn