News

Microsoft Takes Infer.NET Machine Learning Framework to Open Source

One of the latest Microsoft creations to be taken open source is a cutting-edge project in the booming artificial intelligence (AI) space, called Infer.NET.

The cross-platform framework for model-based machine learning is now available on GitHub under an MIT license, free for use in commercial applications.

With model-based machine learning, instead of providing a number of models that the data may (or may not) fit into, the goal is instead to provide a framework that can support a wide variety of data models that can be tailored for one particular project. (Microsoft offers a free book explaining model-based machine learning here.)

And that's how Infer.NET works, according to Microsoft Research, which started the project back in 2004. The framework builds a custom machine learning algorithm directly from that model you provide: "This means that instead of having to map your problem onto a pre-existing learning algorithm that you've been given, Infer.NET actually constructs a learning algorithm for you," the company explained.

Infer.NET was featured in a keynote presentation this week (Oct. 9) at the Visual Studio Live! conference in San Diego, where it was discussed by Microsoft program managers Beth Massi and Jon Galloway.

Massi described Infer.NET as a "sister project" to ML.NET more geared to projects such as statisticl analysis. "They work with, you bring your own models to them," Galloway said. "So where with something like ML.NET you kind of adapt your patterns to their model system, with Infer, you can basically say, 'Infer, check out my models,' and it figures stuff out."

Several other aspects of Infer.NET set it apart, Microsoft Research states, including its use of probabilistic programming, deterministic inference algorithms and the way it supports online Bayesian inference.

Like machine learning itself, the platform has transformed from primarily research-based uses cases to more and more commercial applications. Even so, it's still regularly used in academic projects (a list of papers can be found here).

According to Microsoft, along with open sourcing Infer.NET, it will no longer stand alone: "Infer.NET will become a part of ML.NET – the machine learning framework for .NET developers. We have already taken several steps towards integration with ML.NET, like setting up the repository under the .NET Foundation and moving the package and namespaces to Microsoft.ML.Probabilistic. Infer.NET will extend ML.NET for statistical modeling and online learning."

"The Infer.NET team is looking forward to engaging with the open-source community in developing and growing the framework further," Microsoft Research continued.

About the Author

Becky Nagel is the former editorial director and director of Web for 1105 Media's Converge 360 group, and she now serves as vice president of AI for company, specializing in developing media, events and training for companies around AI and generative AI technology. She's the author of "ChatGPT Prompt 101 Guide for Business Users" and other popular AI resources with a real-world business perspective. She regularly speaks, writes and develops content around AI, generative AI and other business tech. Find her on X/Twitter @beckynagel.

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