Difference between revisions of "AI Solver"
Line 11: | Line 11: | ||
* [[...predict values]]/quantity | * [[...predict values]]/quantity | ||
− | * [[...predict categories]] so I can classify each data point into a specific groups | + | * detect patterns: |
− | * [[...cluster]] data points to discover relationships and structure | + | ** [[...predict categories]] so I can classify each data point into a specific groups |
+ | ** [[...cluster]] data points to discover relationships and structure | ||
+ | ** ...make a [[Recommendation]] | ||
* [[...find outliers]]; unusual points, anomaly detection | * [[...find outliers]]; unusual points, anomaly detection | ||
− | |||
* ...looking for a [[Generative]] solution to identify the most plausible theory among competing explanations | * ...looking for a [[Generative]] solution to identify the most plausible theory among competing explanations | ||
Revision as of 18:38, 25 March 2019
Aids in selecting a starting algorithm for your solution; at that point discover similar algorithms to see which works best for your task (and data) at hand.
Lets get going? I want to...
- ...predict values/quantity
- detect patterns:
- ...predict categories so I can classify each data point into a specific groups
- ...cluster data points to discover relationships and structure
- ...make a Recommendation
- ...find outliers; unusual points, anomaly detection
- ...looking for a Generative solution to identify the most plausible theory among competing explanations
_____________________________________________________________________________________
- Capabilities
- Algorithms & Neural Network Models to learn about approaches used to solve specific AI-related problems
- Model Search
- How to pick an algorithm | Willem Meints
- Model Mindmap | Mindmeister
Contents
Microsoft Azure Studio Cheatsheet
- How to choose algorithms for Microsoft Azure Machine Learning | Microsoft
- Overview diagram of Azure Machine Learning Studio capabilities | Microsoft
Scikit Machine Learning Map
[http://blogs.sas.com/content/subconsciousmusings/2017/04/12/machine-learning-algorithm-use/ SAS
Notes