Difference between revisions of "AI Solver"
m |
m (Text replacement - "{{#seo: |title=PRIMO.ai |titlemode=append |keywords=artificial, intelligence, machine, learning, models, algorithms, data, singularity, moonshot, Tensorflow, Google, Nvidia, Microsoft, Azure, Amazon, AWS |description=Helpful resour...) |
||
Line 1: | Line 1: | ||
− | + | <!-- Google tag (gtag.js) --> | |
− | + | <script async src="https://www.googletagmanager.com/gtag/js?id=G-4GCWLBVJ7T"></script> | |
− | | | + | <script> |
− | | | + | window.dataLayer = window.dataLayer || []; |
− | + | function gtag(){dataLayer.push(arguments);} | |
+ | gtag('js', new Date()); | ||
+ | |||
+ | gtag('config', 'G-4GCWLBVJ7T'); | ||
+ | </script> | ||
}} | }} | ||
Revision as of 08:30, 30 June 2023
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4GCWLBVJ7T"></script> <script>
window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date());
gtag('config', 'G-4GCWLBVJ7T');
</script> }}
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/outcomes
- ...predict categories so I can classify each data point into a specific groups
- ...cluster data points to discover relationships and structure; find hidden structure
- ...make a Recommendation
- ...identify the most important features (attributes) or perform Dimensional Reduction
- ...find outliers; unusual points, anomaly detection
- ...find a Generative AI-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; learn a series of actions; 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
- An easy guide to choose the right Machine Learning algorithm | Yogita Kinha - KDnuggets
- Everything you should know about AI models | Eray Eliaçık - Dataconomy
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