Difference between revisions of "AI Solver"
(→Scikit Machine Learning Map) |
(→Microsoft Azure Studio Cheatsheet) |
||
Line 35: | Line 35: | ||
*[http://docs.microsoft.com/en-us/azure/machine-learning/studio/studio-overview-diagram Overview diagram of Azure Machine Learning Studio capabilities | Microsoft] | *[http://docs.microsoft.com/en-us/azure/machine-learning/studio/studio-overview-diagram Overview diagram of Azure Machine Learning Studio capabilities | Microsoft] | ||
− | http://docs.microsoft.com/en-us/azure/machine-learning/studio/media/studio-overview-diagram/ml_studio_overview_v1.1.png | + | <img src="http://docs.microsoft.com/en-us/azure/machine-learning/studio/media/studio-overview-diagram/ml_studio_overview_v1.1.png" width="1225" height="900"> |
+ | |||
+ | |||
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 | 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 18:37, 12 September 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...
- ...detect patterns...
- ...predict values/quantity
- ...predict categories so I can classify each data point into a specific groups
- ...cluster data points to discover relationships and structure
- ...make a Recommendation
- ...identify the most important features (attributes) or perform Dimensional Reduction
- ...find outliers; unusual points, anomaly detection
- ...find a Generative-type solution to identify the most plausible theory among competing explanations
- ... automate processes; understand (semantic parsing) complete sentences, understanding synonyms of matching words, sentiment analysis, or speech recognition, (speech) translation ...Natural Language Processing (NLP)
- ... pathfinding; find the best/shortest route to an objective; win a game, traveling salesman problem
_____________________________________________________________________________________
- 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
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
SAS
Notes