Skip to content

Commit

Permalink
Edits readme to make docs link more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
shauheen authored May 7, 2019
1 parent 205eb1d commit f6faab1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ ML.NET was originally developed in Microsoft Research, and evolved into a signif

ML.NET enables machine learning tasks like classification (for example: support text classification, sentiment analysis) and regression (for example, price-prediction).

Along with these ML capabilities, this first release of ML.NET also brings the first draft of .NET APIs for training models, using models for predictions, as well as the core components of this framework such as learning algorithms, transforms, and ML data structures.
Along with these ML capabilities, this first release of ML.NET also brings the first draft of .NET APIs for training models, using models for predictions, as well as the core components of this framework such as learning algorithms, transforms, and ML data structures.

## Documentation

Please check our documentation [here](https://docs.microsoft.com/en-us/dotnet/machine-learning/). See the [ML.NET API Reference Documentation](https://docs.microsoft.com/en-us/dotnet/api/?view=ml-dotnet).

## Installation

Expand Down Expand Up @@ -97,10 +101,6 @@ Console.WriteLine("prediction: " + prediction.Prediction);
```
A cookbook that shows how to use these APIs for a variety of existing and new scenarios can be found [here](docs/code/MlNetCookBook.md).

## API Documentation

See the [ML.NET API Reference Documentation](https://docs.microsoft.com/en-us/dotnet/api/?view=ml-dotnet).

## Samples

We have a [repo of samples](https://github.com/dotnet/machinelearning-samples) that you can look at.
Expand Down

0 comments on commit f6faab1

Please sign in to comment.