ML.NET
ML.NET | |
---|---|
Original author(s) | .NET Foundation, Microsoft |
Initial release | 7 May 2018[1] |
Preview release | 0.7
/ 6 November 2018 |
Repository | |
Written in | C# and C++ |
Operating system | Linux, macOS, Windows[2] |
Type | Library for machine learning |
License | MIT License[3] |
Website | github |
ML.NET is a free software machine learning library for the C#, F# and VB.NET programming languages.[4][5][6] 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.[7] Additional ML tasks like anomaly detection, recommendation system, and other approaches like deep learning will be included in future versions.[8]
Machine Learning
Along with the rollout of the ML.NET preview Microsoft made available AI tutorials to help developers understand techniques needed to work with the framework. [9] [10] [11]
Support for the Open Source Onnx model format was introduced from build 0.3 in ML.NET. The release included other notable enhancements such as Factorization Machines, LightGBM, Ensembles, LightLDA transform and OVA. [12] The ML.NET integration of TensorFlow is enabled from the 0.5 release. A full roadmap of planned features have been made available on the official GitHub repo. [13]
Microsoft Research announced the popular Infer.NET model-based machine learning framework used for research in academic institutions since 2008 has been released open source and is now part of the ML.NET framework. [14] The Infer.NET framework utilises probabilistic programming to describe probabilistic models which has the added advantage of interpretability. The Infer.NET namespace has since been changed to Microsoft.ML.Probabilistic consistent with ML.NET namespaces. [15]
The Python programming language is popular with people from a Data Science background. In build 0.7 Microsoft introduced NimbusML the experimental Python bindings for ML.NET. This enables users to train and use machine learning models in Python. It was made open source similar to Infer.NET in the previous release.[16]
See also
- Scikit-learn
- Accord.NET
- Infer.NET
- NimbusML
- LightGBM
- TensorFlow
- Microsoft Cognitive Toolkit
- List of numerical analysis software
- List of numerical libraries for .NET framework
References
- ^ Ankit Asthana (2017-05-07). "Introducing ML.NET: Cross-platform, Proven and Open Source Machine Learning Framework". blogs.msdn.microsoft.com. Retrieved 2018-05-10.
- ^ "ML.NET: Machine Learning made for .NET". Microsoft. Retrieved 11 May 2018.
- ^ at master · DotNet/MachineLearning
- ^ David Ramel (2018-05-08). "Open Source, Cross-Platform ML.NET Simplifies Machine Learning -- Visual Studio Magazine". Visual Studio Magazine. Retrieved 2018-05-10.
- ^ Kareem Anderson (2017-05-09). "Microsoft debuts ML.NET cross-platform machine learning framework". On MSFT. Retrieved 2018-05-10.
- ^ Ankit Asthana (2018-08-07). "Announcing ML.NET 0.4". blogs.msdn.microsoft.com. Retrieved 2018-08-08.
- ^ Gal Oshri (2018-05-06). "ML.NET 0.1 Release Notes". GitHub. Retrieved 2018-05-10.
- ^ Tiwari, Aditya (2018-05-08). "Microsoft Launches ML.NET Open Source Machine Learning Framework". Fossbytes. Retrieved 2018-05-10.
Over time, it will enable other ML tasks like anomaly detection, recommendation system, and other approaches like deep learning using the benefits of added libraries.
- ^ "AI School". Microsoft AI. 2018-05-07. Retrieved 2018-06-29.
- ^ "ML.NET Guide". Microsoft. 2018-05-07. Retrieved 2018-06-29.
- ^ "Infer.NET User Guide". Infer.NET. 2018-10-05. Retrieved 2018-10-31.
- ^ "Release Microsoft ML.NET v0.3". Github. 2018-07-03. Retrieved 2018-07-03.
- ^ "The ML.NET Roadmap". Github. 2018-05-09. Retrieved 2018-06-30.
- ^ "Microsoft open-sources Infer.NET AI code just in time for the weekend". The Register. 2018-10-05. Retrieved 2018-10-31.
- ^ "Microsoft open sources Infer.NET, it's popular model-based machine learning framework". Packt. 2018-10-08. Retrieved 2018-10-31.
- ^ "Announcing ML.NET 0.7 (Machine Learning .NET)". Microsoft. 2018-11-08. Retrieved 2018-11-14.
External links
- API Browser: Microsoft .NET API Browser
- NuGet Package: Microsoft.ML NuGet Package
- GitHub repo: machinelearning on GitHub
- GitHub samples repo: machinelearning-samples on GitHub
- GitHub Infer.NET repo: infer on GitHub
- GitHub NimbusML repo: NimbusML on GitHub
- Applied machine learning
- Data mining and machine learning software
- Deep learning
- Probabilistic models
- Probabilistic software
- Free statistical software
- .NET Framework
- Free software programmed in C Sharp
- Free software programmed in C++
- Microsoft free software
- Artificial intelligence applications
- Open-source artificial intelligence
- Computer programming stubs