|
|
|
|
|
by superpermutat0r
2382 days ago
|
|
Linear regression can be the reduction form of many sophisticated methods. For example, HMM or CRF like inference can be easily done with linear regression. Hierarchical models with several layers of symbolic inference can be done with linear regression. Reinforcement learning too. You can reduce almost anything to a binary classifier and implement it in practice to work well. The reduction is tricky but performance is not. |
|