Difference between revisions of "AI Solver"
Line 1: | Line 1: | ||
* [[About Algorithms & Neural Network Models]] to learn about approaches used to solve specific AI-related problems | * [[About Algorithms & Neural Network Models]] to learn about approaches used to solve specific AI-related problems | ||
− | + | * [[Model Search]] | |
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. | 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. |
Revision as of 16:06, 3 November 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