Skip to content

Commit 3a8f27c

Browse files
mairawBillWagner
authored andcommitted
Metadata and sentiment analysis tutorial updates (#78)
* updates * old feedback from Bill * added links * added blog post title
1 parent 4745d1a commit 3a8f27c

File tree

4 files changed

+126
-172
lines changed

4 files changed

+126
-172
lines changed

docs/machine-learning/index.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
---
22
title: ML.NET Guide
3-
description: Learn how the ML.NET Guide can help you understand how to build custom AI solutions and integrate them into your .NET applications.
3+
description: Learn how to build custom AI solutions and integrate them into your .NET applications using ML.NET.
44
author: aditidugar
5-
ms.author: johalex
65
ms.date: 05/07/2018
7-
ms.topic: conceptual
8-
ms.prod: dotnet-ml
9-
ms.devlang: dotnet
10-
manager: wpickett
116
---
127
# ML.NET Guide
138

149
ML.NET is a free, open-source, and cross-platform machine learning framework that enables you to build custom machine learning solutions and integrate them into your .NET applications. This guide provides many resources about working with ML.NET.
1510

16-
For more information about ML.NET, visit our [What is ML.NET]() page.
11+
For more information about ML.NET, see [ntroducing ML.NET: Cross-platform, Proven and Open Source Machine Learning Framework ](https://blogs.msdn.microsoft.com/dotnet/) post on the .NET blog.
1712

1813
## Get started
1914

20-
To get started with ML.NET, check out the [Iris Petal Prediction quickstart]() or the more in-depth [tutorials](tutorials/index.md).
15+
To get started with ML.NET, check out the [Iris Petal Prediction quickstart](https://www.microsoft.com/net/learn/apps/machine-learning-and-ai/ml-dotnet/get-started) or the more in-depth [tutorials](tutorials/index.md).
2116

2217
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.
2318

@@ -26,14 +21,13 @@ If you are new to machine learning, you can also review the [Machine Learning Ba
2621
There are several sections in the ML.NET Guide. You can read them in order, or jump directly to what interests you the most.
2722

2823
**[Tutorials](tutorials/index.md)**
29-
3024

31-
In this section you will find step-by-step tutorials that will guide you through building custom machine learning models for common developer scenarios.
25+
In this section, you find step-by-step tutorials that guide you through building custom machine learning models for common developer scenarios.
3226

3327
**[Glossary](resources/glossary.md)**
34-
35-
Find a list of Machine Learning terminology and their definitions.
3628

37-
## See also
29+
Find a list of machine learning terminology and their definitions.
30+
3831
## API reference
39-
Check out the [ML.NET API Reference](https://github.com/dotnet/ml-api-docs) to see the breadth of APIs available.
32+
33+
Check out the [ML.NET API Reference](https://docs.microsoft.com/dotnet/api/?view=ml-dotnet) to see the breadth of APIs available.

docs/machine-learning/tutorials/flight-delay.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
---
22
title: Use ML.NET in a regression scenario.
33
description: Learn how to use ML.NET in a regression scenario.
4-
ms.prod: dotnet-ml
5-
ms.devlang: dotnet
6-
ms.author: johalex
74
author: aditidugar
85
ms.date: 05/07/2018
96
ms.topic: tutorial
10-
manager: wpickett
117
ms.custom: mvc
128
#Customer intent: As a < type of user >, I want < what? > so that < why? >.
139
---
14-
# Tutorial: Use ML.NET in a regression scenario.
10+
# Tutorial: Use ML.NET in a regression scenario
11+
1512
Introductory paragraph that ends with: if you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
1613

1714
In this tutorial, you learn how to:
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
---
2-
title: ML.NET Tutorials
2+
title: ML.NET tutorials
33
description: Explore these ML.NET tutorials to learn how to build custom AI solutions and integrate them 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
11-
#Customer intent: As a developer, I want < what? > so that < why? >.
125
---
13-
# ML.NET Tutorials
6+
# ML.NET tutorials
147

15-
The following tutorials enable you to understand how to use [ML.NET](../index.md) to build custom machine learning solutions and integrate them into your .NET applications.
8+
The following tutorials enable you to understand how to use [ML.NET](../index.md) to build custom machine learning solutions and integrate them into your .NET applications:
169

1710
* [Sentiment Analysis](sentiment-analysis.md): demonstrates how to apply a binary classification task using ML.NET.
1811
* [Flight Delay Predicion](flight-delay.md): demonstrates how to apply a regression task using ML.NET.

0 commit comments

Comments
 (0)