Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/machine-learning/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.date: 06/06/2018

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:

* [Sentiment Analysis](sentiment-analysis.md): demonstrates how to apply a binary classification task using ML.NET.
* [Taxi Fare Predictor](taxi-fare.md): demonstrates how to apply a regression task using ML.NET.
* [Sentiment analysis](sentiment-analysis.md): demonstrates how to apply a binary classification task using ML.NET.
* [Taxi fare predictor](taxi-fare.md): demonstrates how to apply a regression task using ML.NET.

For more examples that use ML.NET, check the [dotnet/machinelearning-samples](https://github.com/dotnet/machinelearning-samples) GitHub repository.
Loading