News

ML.NET Machine Learning Framework Updated

Microsoft's open source machine learning framework, ML.NET, has been updated to version 1.2, continuing to add features to help .NET developers use their familiar tools and languages to infuse ML functionality into their applications.

ML.NET includes components such as Model Builder (a Visual Studio UI tool), a CLI (command-line interface) and AutoML (Automated Machine Learning used to build custom models).

Having only hit v1.0 status in May, the framework continues to mature as Microsoft adds new features and functionality for its multiple use cases that include:

  • Sentiment analysis
  • Product recommendation
  • Price prediction
  • Customer segmentation
  • Object detection
  • Fraud detection
  • Sales spike detection
  • Image classification
  • Sales forecasting

In a July 17 announcement post, Microsoft's Cesar De la Torre, program manager, said ML.NET 1.2 highlights include:

  • General availability of TimeSeries support for forecasting and anomaly detection:
    "Developers can use the Microsoft.ML.TimeSeries package for many scenarios such as: detecting spikes and changes in product sales using an anomaly detection model or creating sales forecasts which could be affected by seasonality and other time related context."
  • General availability of ML.NET packages to use TensorFlow and ONNX models:
    "ML.NET has been designed as an extensible platform so that you can consume other popular ML models such as TensorFlow and ONNX models and have access to even more machine learning and deep learning scenarios, like image classification, object detection, and more."
  • Easily integrate ML.NET models in web or serverless apps with Microsoft.Extensions.ML integration package (preview):
    "This package makes it easier to integrate loading ML.NET model for scoring in ASP.NET apps, Azure Functions and web services. Specifically, the package allows a developer to use Microsoft.Extensions.ML for loading the ML.NET model using Dependency Injection, and optimizing the model’s execution and performance in multi-threaded environments such as ASP.NET Core apps."
  • ML.NET CLI updated to 0.14 (preview):
    "You can use the ML.NET CLI to automatically generate an ML.NET model and underlying C# code. You can run the ML.NET CLI on any command-prompt (Windows, Mac, or Linux)."
  • Model Builder updates:
    • Expanding support to .txt files and more delimiters for values
    • No limits on training data size
    • Smart defaults for training time for large datasets
    • Improved model consumption experience

More information is available in the release notes for this backwards-compatible release.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • 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.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube