Naive Bayes
Naive Bayes is a family of classification algorithms based on Bayes’ Theorem, applying conditional probability with the simplifying assumption that features are conditionally independent. Despite this, Naive Bayes classifiers are effective, scalable, and used in applications like spam detection and text classification.
•
5 min read