Difference between revisions of "AI Solver"
Line 38: | Line 38: | ||
http://blogs.sas.com/content/subconsciousmusings/files/2017/04/machine-learning-cheet-sheet.png | http://blogs.sas.com/content/subconsciousmusings/files/2017/04/machine-learning-cheet-sheet.png | ||
+ | == Notes == | ||
+ | * [http://towardsdatascience.com/notes-on-artificial-intelligence-ai-machine-learning-ml-and-deep-learning-dl-for-56e51a2071c2 Notes on Artificial Intelligence, Machine Learning and Deep Learning for curious people | Özgür Genç - Towards Data Science] | ||
http://cdn-images-1.medium.com/max/800/1*PzeV89iMXPxGMShh6bhwHQ.png | http://cdn-images-1.medium.com/max/800/1*PzeV89iMXPxGMShh6bhwHQ.png | ||
+ | http://cdn-images-1.medium.com/max/800/1*xlLV8XBECmBTv0dBZKFoyg.png | ||
+ | http://cdn-images-1.medium.com/max/800/1*qhp867ZtHsO2nPeMdDh4Gw.png | ||
+ | http://cdn-images-1.medium.com/max/600/1*dgd9vqD96NhUoxUZLMnF_A.png |
Revision as of 08:35, 25 February 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
- ...predict categories so I can classify each data point into a specific groups
- ...cluster data points to discover relationships and structure
- ...find outliers; unusual points, anomaly detection
- ...make a Recommendation
_____________________________________________________________________________________
- 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