Difference between revisions of "AI Solver"
Line 5: | Line 5: | ||
* [[...predict values]] | * [[...predict values]] | ||
* [[...predict categories]] so I can classify each data point into a specific groups | * [[...predict categories]] so I can classify each data point into a specific groups | ||
− | * [[...cluster]] data points to discover structure | + | * [[...cluster]] data points to discover relationships and structure |
* [[...find relationships]] | * [[...find relationships]] | ||
* [[...find outliers]]; unusual points, anomaly detection | * [[...find outliers]]; unusual points, anomaly detection |
Revision as of 11:54, 6 January 2019
The AI Solver aids in selecting a starting algorithm for you solution by navigating the hyperlinks. At that point test similar algorithms to better understand and see which one works be for your task (and data) at hand.
Lets get going? I want to...
- ...predict values
- ...predict categories so I can classify each data point into a specific groups
- ...cluster data points to discover relationships and structure
- ...find relationships
- ...find outliers; unusual points, anomaly detection
- ...make recommendations
______________________________________________________________________________________________________
- About Algorithms & Neural Network Models to learn about approaches used to solve specific AI-related problems
- Model Search
Microsoft Azure Studio Cheatsheet
Scikit Machine Learning Map
[http://blogs.sas.com/content/subconsciousmusings/2017/04/12/machine-learning-algorithm-use/ SAS