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
Copy file name to clipboardExpand all lines: docs/machine-learning/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ For more information about ML.NET, visit our [What is ML.NET]() page.
19
19
20
20
To get started with ML.NET, check out the [Iris Petal Prediction quickstart]() or the more in-depth [tutorials](tutorials/index.md).
21
21
22
-
If you are new to machine learning, you can also review the [Machine Learning Basics](resources/machine-learning-basics.md), where you'll find machine learning resources to assist you.
22
+
If you are new to machine learning, you can also review the [Machine Learning Basics](resources/basics.md), where you'll find machine learning resources to assist you.
description: A primer of machine learning concepts.
4
-
author: jralexander
5
-
ms.author: johalex
6
-
ms.date: 05/072018
7
-
ms.topic: conceptual
8
-
ms.prod: dotnet-ml
9
-
ms.devlang: dotnet
10
-
manager: wpickett
4
+
ms.date: 05/07/2018
11
5
---
12
-
# Machine Learning Basics
6
+
# Machine learning basics
13
7
14
8
This article presents some basic resources to give a quick introduction to machine learning.
15
9
16
-
## What is Machine Learning?
10
+
## What is machine learning?
17
11
18
12
Machine learning is a data science technique that allows computers to use existing data to forecast future behaviors, outcomes, and trends. Using machine learning, computers learn without being explicitly programmed.
19
13
@@ -23,14 +17,12 @@ Forecasts or predictions from machine learning can make apps and devices smarter
23
17
24
18
Get a quick introduction to data science from *Data Science for Beginners* in five short videos from a top data scientist. These videos are basic but useful, whether you're interested in doing data science or you work with data scientists.
25
19
26
-
* Video 1: [The 5 questions data science answers](azure/machine-learning/studio/data-science-for-beginners-the-5-questions-data-science-answers)*(5 min 14 sec)*.
20
+
* Video 1: [The 5 questions data science answers](https://docs.microsoft.com/azure/machine-learning/studio/data-science-for-beginners-the-5-questions-data-science-answers)*(5 min 14 sec)*.
27
21
28
-
* Video 2: [Is your data ready for data science?](azure/machine-learning/studio/data-science-for-beginners-is-your-data-ready-for-data-science)*(4 min 56 sec)*
22
+
* Video 2: [Is your data ready for data science?](https://docs.microsoft.com/azure/machine-learning/studio/data-science-for-beginners-is-your-data-ready-for-data-science)*(4 min 56 sec)*
29
23
30
-
* Video 3: [Ask a question you can answer with data](azure/machine-learning/studio/data-science-for-beginners-ask-a-question-you-can-answer-with-data)*(4 min 17 sec)*
31
-
32
-
* Video 4: [Predict an answer with a simple model](azure/machine-learning/studio/data-science-for-beginners-predict-an-answer-with-a-simple-model)*(7 min 42 sec)*
33
-
34
-
* Video 5: [Copy other people's work to do data science](azure/machine-learning/studio/data-science-for-beginners-copy-other-peoples-work-to-do-data-science)*(3 min 18 sec)*
24
+
* Video 3: [Ask a question you can answer with data](https://docs.microsoft.com/azure/machine-learning/studio/data-science-for-beginners-ask-a-question-you-can-answer-with-data)*(4 min 17 sec)*
35
25
26
+
* Video 4: [Predict an answer with a simple model](https://docs.microsoft.com/azure/machine-learning/studio/data-science-for-beginners-predict-an-answer-with-a-simple-model)*(7 min 42 sec)*
36
27
28
+
* Video 5: [Copy other people's work to do data science](https://docs.microsoft.com/azure/machine-learning/studio/data-science-for-beginners-copy-other-peoples-work-to-do-data-science)*(3 min 18 sec)*
0 commit comments