...predict categories
Given ...
___________________________________________________
If you ...
- ...have two-class classification, then try the Averaged Perceptron
- ...yes, then try the Boosted Decision Tree
- ...yes, then try the Logistic Regression for multi-class classification
- ...yes, then try the Decision Forest for multi-class classification
- ...yes, then try the Decision Jungle for multi-class classification
- ...yes, then try the Support Vector Machine (SVM) for multi-class classification
- ...yes, then try the Locally Deep Support Vector Machine (SVM) for multi-class classification
- ...yes, then try the Naive Bayes for multi-class classification