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
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.
4
4
author: aditidugar
5
-
ms.author: johalex
6
5
ms.date: 05/07/2018
7
-
ms.topic: conceptual
8
-
ms.prod: dotnet-ml
9
-
ms.devlang: dotnet
10
-
manager: wpickett
11
6
---
12
7
# ML.NET Guide
13
8
14
9
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.
15
10
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.
17
12
18
13
## Get started
19
14
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).
21
16
22
17
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.
23
18
@@ -26,14 +21,13 @@ If you are new to machine learning, you can also review the [Machine Learning Ba
26
21
There are several sections in the ML.NET Guide. You can read them in order, or jump directly to what interests you the most.
27
22
28
23
**[Tutorials](tutorials/index.md)**
29
-
30
24
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.
32
26
33
27
**[Glossary](resources/glossary.md)**
34
-
35
-
Find a list of Machine Learning terminology and their definitions.
36
28
37
-
## See also
29
+
Find a list of machine learning terminology and their definitions.
30
+
38
31
## 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.
Copy file name to clipboardExpand all lines: docs/machine-learning/tutorials/flight-delay.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,14 @@
1
1
---
2
2
title: Use ML.NET in a regression scenario.
3
3
description: Learn how to use ML.NET in a regression scenario.
4
-
ms.prod: dotnet-ml
5
-
ms.devlang: dotnet
6
-
ms.author: johalex
7
4
author: aditidugar
8
5
ms.date: 05/07/2018
9
6
ms.topic: tutorial
10
-
manager: wpickett
11
7
ms.custom: mvc
12
8
#Customer intent: As a < type of user >, I want < what? > so that < why? >.
13
9
---
14
-
# Tutorial: Use ML.NET in a regression scenario.
10
+
# Tutorial: Use ML.NET in a regression scenario
11
+
15
12
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.
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
6
4
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? >.
12
5
---
13
-
# ML.NET Tutorials
6
+
# ML.NET tutorials
14
7
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:
16
9
17
10
*[Sentiment Analysis](sentiment-analysis.md): demonstrates how to apply a binary classification task using ML.NET.
18
11
*[Flight Delay Predicion](flight-delay.md): demonstrates how to apply a regression task using ML.NET.
0 commit comments