News

ML.NET Model Builder for Machine Learning Adds Recommendations

Microsoft's latest update of ML.NET Model Builder adds a recommendation scenario to the machine learning (ML) framework, along with image classification model training functionality.

The company's ML tooling consists of:

  • ML.NET, an open-source, cross-platform machine learning framework for .NET developers to create custom ML models with C# or F#
  • Model Builder, Visual Studio's preview UI tooling extension that leverages Automated Machine Learning (AutoML) to train and consume custom ML.NET models in .NET apps
Model Builder in Action
[Click on image for larger, animated GIF view.] Model Builder in Action (source: Microsoft).

This week Microsoft announced a bunch of bug fixes and two main new features:

  • Azure training (image classification) -- harness the power of Azure to scale out training for image classification. This builds on the image classification scenario added to the tooling last year, which allowed developers to locally train image classification models with their own images. Noting some limitations around that scheme regarding time-consuming CPU-based image training, Microsoft announced the ability to train image classification models in cloud-based Azure Machine Learning directly from Model Builder. The data-crunching is carried out in the cloud and completed models are downloaded to local machines.
  • Recommendation scenario -- locally train recommendation models (for example, to recommend products). This provides the capability of locally training ML.NET models in order to provide users with recommended items such as products or movies. "With this recommendation model, you can predict what rating a user will give to specific items based on historical item rating data," said Bri Achtma, .NET program manager, in a March 2 blog post. "Then get the top rated/recommended items for a particular user. This type of recommendation in Model Builder uses the matrix factorization algorithm."

While the features are available now via the Visual Studio extension, they are not yet available for command-line coders, as the functionality will be added to a future release of ML.NET CLI.

Because Model Builder is still in preview, Achtman is inviting developer feedback for the GitHub-based project. Also, after detailing how to use the new features in her post, she points to more information in the documentation and a get-started tutorial.

In the Visual Studio Marketplace, the "ML.NET Model Builder (Preview)" extension has been installed more than 75,000 times, earning an average 4.6 (out of 5) rating from 22 developers who reviewed it.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

  • Introduction to .NET Aspire

    Two Microsoft experts will present on the cloud-native application stack designed to simplify the development of distributed systems in .NET at the Visual Studio Live! developer conference coming to Las Vegas next month.

  • Microsoft Previews Copilot AI for Open-Source Eclipse IDE

    Catering to Java jockeys, Microsoft is yet again expanding the sprawling reach of its Copilot-branded AI assistants, previewing a coding tool for the open-source Eclipse IDE.

Subscribe on YouTube

Upcoming Training Events