Learn Before
Relation
Naive Bayes Classifier as a Generative Model
Naive Bayes Classifier can be viewed as a generative model. Based on: , 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
Tags
Data Science