Text Classification with Naive Bayes

Class 3 — July 16, 2020

What is Naive Bayes?

How does Naive Bayes work?

  1. Pick your training corpus
  1. Represent each document as a “bag of words”
  1. Count how many times each word appears
  2. Work through the math

In class, I went through a couple derivations and a simplified example. If you’d like to review these, they’re very well illustrated in the reading below.

Additional Resources