Skip to content

Commit 4745d1a

Browse files
mairawBillWagner
authored andcommitted
Resources updates (#80)
* rename file * updates * Update basics.md remove extra '/' in URLs
1 parent 5dca71d commit 4745d1a

File tree

4 files changed

+15
-27
lines changed

4 files changed

+15
-27
lines changed

docs/machine-learning/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more information about ML.NET, visit our [What is ML.NET]() page.
1919

2020
To get started with ML.NET, check out the [Iris Petal Prediction quickstart]() or the more in-depth [tutorials](tutorials/index.md).
2121

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.
2323

2424
## How the ML.NET guide is organized
2525

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
---
2-
title: Machine Learning Basics
2+
title: Machine learning basics
33
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
115
---
12-
# Machine Learning Basics
6+
# Machine learning basics
137

148
This article presents some basic resources to give a quick introduction to machine learning.
159

16-
## What is Machine Learning?
10+
## What is machine learning?
1711

1812
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.
1913

@@ -23,14 +17,12 @@ Forecasts or predictions from machine learning can make apps and devices smarter
2317

2418
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.
2519

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)*.
2721

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)*
2923

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)*
3525

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)*
3627

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)*
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
---
22
title: ML.NET resources
33
description: Explore these ML.NET resources to assist with custom AI solutions creation and integration into your .NET applications.
4-
author: jralexander
5-
ms.author: johalex
64
ms.date: 05/07/2018
7-
ms.topic: conceptual
8-
ms.prod: dotnet-ml
9-
ms.devlang: dotnet
10-
manager: wpickett
115
---
12-
# ML.NET Tutorials
6+
# ML.NET resources
137

148
The following [ML.NET](../index.md) resources may be helpful to build custom AI solutions and integrate them into your .NET applications.
159

16-
* [Machine Learning Glossary](glossary.md): a list of important machine learning terms.
17-
* [Machine Learning Basics](machine-learning-basics.md): learning resources to get started with machine learning concepts
10+
* [Machine learning glossary](glossary.md): a list of important machine learning terms.
11+
* [Machine learning basics](basics.md): learning resources to get started with machine learning concepts.

docs/toc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,8 @@
11161116
### [Taxi Time Predictor (Regression)](machine-learning/tutorials/regression.md)
11171117
## [Resources](machine-learning/resources/index.md)
11181118
### [Machine Learning Glossary](machine-learning/resources/glossary.md)
1119+
### [Machine Learning Basics](machine-learning/resources/basics.md)
1120+
11191121
<!-- End ML.NET Content -->
11201122

11211123
# [Samples and Tutorials](samples-and-tutorials/index.md)

0 commit comments

Comments
 (0)