Overview of ML.NET
ML.NET is an open-source, cross-platform machine learning framework for .NET developers that enables integration of custom machine learning models into .NET applications. It encompasses an API, which consists of different NuGet packages, a Visual Studio extension called Model Builder, and a command-line interface that's installed as a .NET tool.
ML.NET packages:
- Microsoft.ML
- Microsoft.ML.AutoML
- Microsoft.ML.Probabilistic
- Microsoft.ML.Tokenizers
- Many other packages
Visual Studio extension:
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.