Introduction
Naive Bayes classifier helps us quickly guess the category of something based on simple probability rules. It is easy to use and works well even with small data.
Sorting emails into spam or not spam
Classifying news articles by topic
Detecting sentiment in short product reviews
Filtering messages by language
Predicting if a customer will buy a product based on past behavior