You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,21 +18,21 @@ The **Azure Machine Learning Algorithm Cheat Sheet** helps you choose the right
18
18
19
19
Azure Machine Learning has a large library of algorithms from the ***classification***, ***recommender systems***, ***clustering***, ***anomaly detection***, ***regression***, and ***text analytics*** families. Each is designed to address a different type of machine learning problem.
20
20
21
-
For additional guidance, see [How to select algorithms](how-to-select-algorithms.md)
21
+
For more information, see [How to select algorithms](how-to-select-algorithms.md).

27
+

28
28
29
29
Download and print the Machine Learning Algorithm Cheat Sheet in tabloid size to keep it handy and get help choosing an algorithm.
30
30
31
31
## How to use the Machine Learning Algorithm Cheat Sheet
32
32
33
33
The suggestions offered in this algorithm cheat sheet are approximate rules-of-thumb. Some can be bent, and some can be flagrantly violated. This cheat sheet is intended to suggest a starting point. Don’t be afraid to run a head-to-head competition between several algorithms on your data. There is simply no substitute for understanding the principles of each algorithm and the system that generated your data.
34
34
35
-
Every machine learning algorithm has its own style or inductive bias. For a specific problem, several algorithms may be appropriate, and one algorithm may be a better fit than others. But it's not always possible to know beforehand which is the best fit. In cases like these, several algorithms are listed together in the cheat sheet. An appropriate strategy would be to try one algorithm, and if the results are not yet satisfactory, try the others.
35
+
Every machine learning algorithm has its own style or inductive bias. For a specific problem, several algorithms may be appropriate, and one algorithm may be a better fit than others. But it's not always possible to know beforehand, which is the best fit. In cases like these, several algorithms are listed together in the cheat sheet. An appropriate strategy would be to try one algorithm, and if the results are not yet satisfactory, try the others.
36
36
37
37
To learn more about the algorithms in Azure Machine Learning designer, go to the [Algorithm and module reference](algorithm-module-reference/module-reference.md).
38
38
@@ -54,7 +54,7 @@ In reinforcement learning, the algorithm gets to choose an action in response to
54
54
55
55
## Next steps
56
56
57
-
* See additional guidance on [How to select algorithms](how-to-select-algorithms.md)
57
+
* See more information on [How to select algorithms](how-to-select-algorithms.md)
58
58
59
59
*[Learn about studio in Azure Machine Learning and the Azure portal](overview-what-is-azure-ml.md).
0 commit comments