Difference between revisions of "...predict categories"

From
Jump to: navigation, search
Line 1: Line 1:
* [[AI Solver]]  
+
[[AI Solver]]  
* [[Capabilities]]
 
 
 
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.
 
 
 
___________________________________________________
 
  
 
Do you have...
 
Do you have...
Line 25: Line 20:
 
**** accurate, can allow long training times, then try the [[Deep Neural Network (DNN)]]
 
**** accurate, can allow long training times, then try the [[Deep Neural Network (DNN)]]
 
**** which is a type of is predecessors... [[Feed Forward Neural Network (FF or FFNN)]] and [[Artificial Neural Network (ANN)]]
 
**** which is a type of is predecessors... [[Feed Forward Neural Network (FF or FFNN)]] and [[Artificial Neural Network (ANN)]]
 +
 +
___________________________________________________
 +
 +
* [[Capabilities]]
 +
 +
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.

Revision as of 09:24, 8 January 2019

AI Solver

Do you have...

___________________________________________________

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.