Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most common is least squares, where we minimize the mean square error between the predicted values $\hat{y} = \textbf{X}\hat{\beta}$ and actual values $y$: $\left(y-\textbf{X}\beta\right)^{2}$.
We can also define the problem in probabilistic terms as a generalized linear model (GLM) where the pdf is a Gaussian distribution, and then perform maximum likelihood estimation to estimate $\hat{\beta}$.
Image Source: Wikipedia
Paper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
BIG-bench Machine Learning | 21 | 6.71% |
Time Series Analysis | 20 | 6.39% |
Federated Learning | 15 | 4.79% |
Management | 12 | 3.83% |
Variable Selection | 10 | 3.19% |
Decision Making | 9 | 2.88% |
Time Series Forecasting | 8 | 2.56% |
Generalization Bounds | 7 | 2.24% |
Meta-Learning | 6 | 1.92% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |