Difference between revisions of "AI Solver"
Line 11: | Line 11: | ||
* [[...cluster]] data points to discover structure | * [[...cluster]] data points to discover structure | ||
* [[...find outliers]]; unusual points, anomaly detection | * [[...find outliers]]; unusual points, anomaly detection | ||
+ | |||
+ | http://msdnshared.blob.core.windows.net/media/TNBlogsFS/prod.evol.blogs.technet.com/CommunityServer.Blogs.Components.WeblogFiles/00/00/01/02/52/AlgoDecisionTree-2.png |
Revision as of 17:00, 18 December 2018
- About Algorithms & Neural Network Models to learn about approaches used to solve specific AI-related problems
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 the 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 structure
- ...find outliers; unusual points, anomaly detection