| ... | ... | @@ -7,7 +7,7 @@ In regression tasks, we use the data to predict,the correct real-valued labels o |
|
|
|
The simplest algorithm for regression known as linear regression. Here the proposed solution assumes that the label can be generated as a linear combination of the input variables:
|
|
|
|
|
|
|
|
```math
|
|
|
|
y(x, w) = w0 + w_1*x_1 + . . . + w_i*x_i
|
|
|
|
y(x, w) = w0 + w_1x_1 + . . . + w_ix_i
|
|
|
|
```
|
|
|
|
|
|
|
|
## Additional Sources
|
| ... | ... | |
| ... | ... | |