Difference between revisions of "...predict categories"

From
Jump to: navigation, search
m
m
Line 2: Line 2:
 
|title=PRIMO.ai
 
|title=PRIMO.ai
 
|titlemode=append
 
|titlemode=append
|keywords=artificial, intelligence, machine, learning, models, algorithms, data, singularity, moonshot, Tensorflow, Google, Nvidia, Microsoft, Azure, Amazon, AWS  
+
|keywords=artificial, intelligence, machine, learning, models, algorithms, data, singularity, moonshot, TensorFlow, Google, Nvidia, Microsoft, Azure, Amazon, AWS, Facebook
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
}}
 
}}
Line 15: Line 15:
 
*** No
 
*** No
 
**** fast training, linear, then try the [[Perceptron (P)]]  
 
**** fast training, linear, then try the [[Perceptron (P)]]  
**** fast training, linear, and the features are independent, then try the two-class Naive [[Bayes]] point machine
+
**** fast training, linear, and the features are independent, then try the two-class [[Bayes#Naive Bayes|Naive Bayes]] point machine
 
* ...multi-class classification; three or more categories?  
 
* ...multi-class classification; three or more categories?  
 
** Do you need the results to be explainable?
 
** Do you need the results to be explainable?

Revision as of 13:07, 11 October 2020

AI Solver

Do you have...

___________________________________________________


Classification problems are sometimes divided into binary (yes or no) and multi-category problems (animal, vegetable, or mineral). Classifiers are ubiquitous in data science. The world around is full of classifiers. Classifiers help in identifying customers who may churn. Classifiers help in predicting whether it will rain or not. Classifiers help in preventing spam e-mails. If the targets are designed to be binary (two-class classification) then a binary classifier is used, the target will only take a 0 or 1 value. Machine learning algorithms explained | Martin Heller - InfoWorld