🏷 ML Classifiers
= 🏷 Classifier using 🧠 Machine Learning
Types
👮♂️ Supervised machine learning
Generative classifier
= models the actual distribution of classes (→ check how similar something is to a class)
Discriminative classifier
= models the decision boundary between classes (→ check if something fits into the boundaries of a class)
When to choose which
- Large documents → Logistic regression
- Easy implementation → Naive Bayes