rasbt / pattern_classification

A collection of tutorials and examples for solving and understanding machine learning and pattern classification tasks
GNU General Public License v3.0
4.15k stars 1.29k forks source link

upd naive-bayes-classifier #30

Closed vmirly closed 10 years ago

vmirly commented 10 years ago

Notes from Data Mining Class (Tan) i.i.d. is the assumption made in Bayes theorem, which states that under iid posterior probability is obtained from likelihood * prior / evidence Naive Bayes assumes an extra conditional independence, which makes it much simpler