[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@jemoka / Jemoka Knowledge Base / raw/concept/kbhgenerative_vs_discriminitive_classifier.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- title: "Difference Between Logistic Regression and Naive Bayes" source: https://www.jemoka.com/posts/kbhgenerative_vs_discriminitive_classifier/ --- Generative Classifier A Generative Classifier builds a good model of a class, and use that to assign how “class-y” is that image. For instance, to categorize cats vs. dogs, we build a cat model and dog model. To classify, then, we see if a particular image is more “cat-y” or “dog-y”. Discriminative Classifier A Discriminative Classifier observes the differences between two classes, instead of trying to model each one.