Relation

Naive Bayes Classifier as a Generative Model

Naive Bayes Classifier can be viewed as a generative model. Based on: c^=argmaxcCP(dc)P(c)\hat{c}=argmax_{c\in C}P(d|c)P(c), the generation of a document can be stated as: first, sample a class c from P(c); then, the words in the document can be generated by sampling from P(d|c).

0

1

Updated 2022-06-17

Contributors are:

Who are from:

Tags

Data Science