Recent questions tagged go_yt_dpp_ml_day5

0 0 votes
0 0 answers
32
32 views
Suppose we have $n$ observations $\left(x_{i}, y_{i}\right)$, where $i=1,2, \ldots, n$. We use a linear regression model without an intercept, $\hat{y}=\beta x$.The param...
0 0 votes
0 0 answers
35
35 views
For the same dataset, consider the following two models:Model A: $\quad y=w_{1}^{2} x+w_{2} x$Model B: $\quad y=w x$Assume that we have unlimited training data. Which of ...
0 0 votes
0 0 answers
34
34 views
Consider the following two linear regression models, both including an intercept:Model A: $\quad \hat{y}=\theta_{0}+\theta_{1} x$Model B: $\hat{y}=\beta_{0}+\beta_{1} x^{...
0 0 votes
0 0 answers
31
31 views
In ordinary least-squares linear regression, the residual for the $i$-th data point is defined as$$e_{i}=y_{i}-\hat{y}_{i} .$$Which of the following statements must alway...
0 0 votes
0 0 answers
39
39 views
Consider a regression model $h(x)=2 x$ with the following loss function:$$\mathcal{L}_{t o l}(\hat{y}, y)= \begin{cases}0, & |y-\hat{y}| \leq 2 \\ (|y-\hat{y}|-2)^{2}, & ...
To see more, click for the full list of questions or popular tags.