News

ML.NET Model Builder Update Boosts Image Classification

Microsoft announced an update to the Model Builder component of its ML.NET machine learning framework, boosting image classification and adding "try your model" functionality for predictions with sample input.

Model Builder is the Visual Studio UI tooling that .NET developers use to work with the ML.NET cross-platform machine learning framework, which hit version 1.0 in May. "Developers with no ML expertise can use this simple visual interface to connect to their data stored in files or SQL Server, train the model and generate code for model training and consumption," Microsoft says. The ML.NET framework also works with a CLI (command-line interface) for use outside of the Visual Studio IDE, and AutoML, Automated Machine Learning, the Microsoft Research project used to automate the process of building custom models.

In an update post published yesterday (Nov. 12), program manager Bri Achtman announced the two new primary features:

  • Image classification scenario -- locally train image classification models with your own images: "We showed off this feature in .NET Conf to classify the weather in images as either sunny, cloudy, or rainy, and now you can locally train image classification models in Model Builder with your own images!" Note that image classification doesn't work with the ML.NET CLI.
  • Try your model -- make predictions on sample input data right in the UI: "After training a model in Model Builder, you can use the model to make predictions on sample input right in the UI for both text and image scenarios. For instance, for the dog vs. cat image classification example, you could input an image and see the results in the Evaluate step of Model Builder."

In addition to image classification, ML.NET is used for sentiment analysis, customer segmentation, sales spike detection, product recommendation, object detection and several other machine learning scenarios. Its Model Builder development is carried out on GitHub, and Model Builder is available on the Visual Studio Marketplace -- or it can be installed via the Visual Studio Extensions menu.

Model Builder (still in preview) has been installed more than 54,000 times, according to its marketplace entry, earning a 4.6 (0-5 scale) from 19 developers who reviewed it.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube