Linear Discriminative Model Algorithm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A Linear Discriminative Model Algorithm is a discriminative model algorithm that ... * <B>See:</B> Linear Discriminant Analysis Algorithm. ---- ---- == References...") |
No edit summary |
||
Line 17: | Line 17: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Concept]] |
Revision as of 12:30, 15 September 2017
A Linear Discriminative Model Algorithm is a discriminative model algorithm that ...
References
2016
- http://wnzhang.net/teaching/cs420/slides/2-linear-model.pdf
- QUOTE: Linear Discriminative Models
- Discriminative model
- modeling the dependence of unobserved variables on observed ones
- also called conditional models.
- Deterministic: [math]\displaystyle{ y=f_\theta(x) }[/math]
- Probabilistic: [math]\displaystyle{ y=p_\theta(y\mid x) }[/math]
- Linear regression model
- Discriminative model
- QUOTE: Linear Discriminative Models