General grammar and punctuation fixes (#1140)

This commit is contained in:
dzban2137 2018-10-04 00:41:42 +02:00 коммит произвёл Senja Filipi
Родитель 061788d733
Коммит 2bafe947a1
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -8,9 +8,9 @@ ML.NET allows .NET developers to develop their own models and infuse custom ML i
ML.NET was originally developed in Microsoft Research and evolved into a significant framework over the last decade and is used across many product groups in Microsoft like Windows, Bing, PowerPoint, Excel and more.
With this first preview release ML.NET enables ML tasks like classification (e.g. support text classification, sentiment analysis) and regression (e.g. price-prediction).
With this first preview release, ML.NET enables ML tasks like classification (e.g. support text classification, sentiment analysis) and regression (e.g. 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.
## Installation
@ -20,7 +20,7 @@ ML.NET runs on Windows, Linux, and macOS - any platform where 64 bit [.NET Core]
The current release is 0.6. Check out the [release notes](docs/release-notes/0.6/release-0.6.md).
First ensure you have installed [.NET Core 2.0](https://www.microsoft.com/net/learn/get-started) or later. ML.NET also works on the .NET Framework. Note that ML.NET currently must run in a 64 bit process.
First, ensure you have installed [.NET Core 2.0](https://www.microsoft.com/net/learn/get-started) or later. ML.NET also works on the .NET Framework. Note that ML.NET currently must run in a 64-bit process.
Once you have an app, you can install the ML.NET NuGet package from the .NET Core CLI using:
```
@ -32,7 +32,7 @@ or from the NuGet package manager:
Install-Package Microsoft.ML
```
Or alternatively you can add the Microsoft.ML package from within Visual Studio's NuGet package manager or via [Paket](https://github.com/fsprojects/Paket).
Or alternatively, you can add the Microsoft.ML package from within Visual Studio's NuGet package manager or via [Paket](https://github.com/fsprojects/Paket).
Daily NuGet builds of the project are also available in our MyGet feed: