Naive Bayes: A simple yet powerful classification algorithm
- "Naive" because it assumes features are independent (often not true in reality)
Common applications:
- Spam detection
- Sentiment analysis
- Document classification
Real-world analogy: Book categorization
Features: Words in the book
Classes: Genre (Mystery, Romance, Sci-Fi, etc.)
Naive assumption: Word occurrences are independent