美文网首页
【ML】Model

【ML】Model

作者: 盐果儿 | 来源:发表于2022-06-20 03:44 被阅读0次

Generative model:

1. Model the distribution of individual classes.

2. Interested in how X(feature) and Y(label: green or yellow) occurs at the same time.

3. Uses joint probability: P(x, y) = p(y) * p(x|y)

P(x, y) is the score to determine whether X is either y1(green) or y2(yellow)

Discriminative model: Learn the boundaries between classes.

https://www.youtube.com/watch?v=HHNESCbZqUg&t=215s

https://zhuanlan.zhihu.com/p/146503132

相关文章

网友评论

      本文标题:【ML】Model

      本文链接:https://www.haomeiwen.com/subject/vimdvrtx.html