10-601
Machine Learning
Nave Bayes classifiers
Types of classifiers
We can divide the large variety of classification approaches into three major
types
1. Instance based classifiers
- Use observation directly (no models)
- e.g. K nearest neighbors
2. Generative:
- build a generative statistical model
- e.g., Bayesian networks
3. Discriminative
- directly estimate a decision rule/boundary
- e.g., decision tree