Can someone explain the solution to the following problem?
Q) We want to learn a function f(x) of the form f(x) = ax + b which is parameterized by (a, b). Using squared error as the loss function, which of the following parameters would you use to model this function to get a solution with the minimum loss. (a) (4, 3) (b) (1, 4) (c) (4, 1) (d) (3, 4)
Topic r-squared machine-learning-model loss-function
Category Data Science