Naive Bayes and Text Classification I - Introduction and Theory
2014-10-16Code Available0· sign in to hype
Sebastian Raschka
Code Available — Be the first to reproduce this paper.
ReproduceCode
Abstract
Naive Bayes classifiers, a family of classifiers that are based on the popular Bayes' probability theorem, are known for creating simple yet well performing models, especially in the fields of document classification and disease prediction. In this article, we will look at the main concepts of naive Bayes classification in the context of document categorization.