ML.NET
| ML.NET | |
|---|---|
| Original author | Microsoft |
| Developer | .NET Foundation |
| Initial release | 7 May 2018 |
| Stable release | 3.0.0
/ 28 November 2023 |
| Preview release | 3.0.0-preview.23511.1
/ 14 October 2023 |
| Written in | C# and C++ |
| Operating system | Linux, macOS, Windows |
| Platform | .NET Core, .NET Framework |
| Type | Machine learning library |
| License | MIT License |
| Website | dot |
| Repository | github |
ML.NET is a free software machine learning library for the C# and F# programming languages. It also supports Python models when used together with NimbusML. The preview release of ML.NET included transforms for feature engineering like n-gram creation, and learners to handle binary classification, multi-class classification, and regression tasks. Additional ML tasks like anomaly detection and recommendation systems have since been added, and other approaches like deep learning will be included in future versions.