InterviewSolution
Saved Bookmarks
| 1. |
Consider the following five training examples X=[23456] Y=[12.897817.758623.319228.312932.1351] We want to learn a function f(x) of the form f(x)=ax+bwhich is parameterized by (a, b).Using squared error as the loss function, which of the following parameters would you use to model this function |
|
Answer» is (5,3),i have SOLVED it |
|