Useful Links
Computer Science
Artificial Intelligence
Machine Learning
Supervised Learning
1. Foundations of Supervised Learning
2. The Supervised Learning Workflow
3. Linear Models
4. Tree-Based Models
5. Instance-Based Learning
6. Support Vector Machines
7. Probabilistic Models
8. Model Evaluation and Validation
9. Advanced Topics in Supervised Learning
10. Practical Implementation Considerations
Probabilistic Models
Naive Bayes Classifiers
Bayes' Theorem
Mathematical Foundation
Prior and Posterior Probabilities
Likelihood Function
The Naive Independence Assumption
Conditional Independence
Implications and Limitations
Types of Naive Bayes
Gaussian Naive Bayes
Continuous Features
Normal Distribution Assumption
Parameter Estimation
Multinomial Naive Bayes
Discrete Features
Text Classification Applications
Smoothing Techniques
Bernoulli Naive Bayes
Binary Features
Document Classification
Complement Naive Bayes
Training Process
Parameter Estimation
Laplace Smoothing
Handling Zero Probabilities
Prediction Process
Posterior Probability Calculation
Classification Decision
Applications and Limitations
Text Classification
Spam Detection
Medical Diagnosis
Feature Independence Violations
Previous
6. Support Vector Machines
Go to top
Next
8. Model Evaluation and Validation