News

ML.NET Update for Machine Learning Comes with New Visual Studio Templates

Microsoft today released an update to its ML.NET framework that includes new Visual Studio templates to help developers code their machine learning console applications and model libraries.

The open source and cross-platform (running on Windows, Linux and macOS) framework helps developers use existing tools and skills to create custom machine learning models and leverage custom AI in their applications, Microsoft said.

A Machine Learning Template in Visual Studio
[Click on image for larger view.] Machine Learning Templates in Visual Studio (source: Microsoft).

Along with a bevy of new functionality and fixes, ML.NET 0.9 includes a preview of the new Visual Studio ML.NET project templates.

"We are pleased to announce a preview of Visual Studio project templates for ML.NET," Microsoft's Cesar de la Torre said in a blog post today (Jan. 10). "These templates make it very easy to get started with machine learning. You can download these templates from Visual Studio gallery here."

ML.NET APIs at the Time of the Original Announcement
[Click on image for larger view.] ML.NET APIs at the Time of the Original Announcement (source: Microsoft).

De la Torre said the templates cover these scenarios:

  • ML.NET Console Application -- A sample app demonstrating how to use a machine learning model in an application.
  • ML.NET Model Library -- Creates a new machine learning model library that can be consumed from within an application.

A bunch of other new features are detailed in the post, focusing on API enhancements, model explainability and feature contribution, GPU support when scoring ONNX models and clean-up of framework internals.

Going forward, de la Torre said: "While on the past 9 months we have been adding new features and improving ML.NET, in the forthcoming 0.10, 0.11 and upcoming releases before we reach v1.0, we will focus on the overall stability of the package, continue to refine the API, increase test coverage and improve documentation and samples." ML.NET has been steadily climbing toward v1.0 status since being introduced at the Microsoft Build conference in May.

Source code for ML.NET can be found on GitHub here.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube