Difference between revisions of "...predict categories"

From
Jump to: navigation, search
(Created page with "* AI Solver * Capabilities")
 
Line 1: Line 1:
 
* [[AI Solver]]  
 
* [[AI Solver]]  
 
* [[Capabilities]]
 
* [[Capabilities]]
 +
 +
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

Revision as of 21:04, 2 June 2018

Given ...

___________________________________________________

If you ...