Showing results for ML.NET - .NET Blog

Jun 22, 2021
6
0

ML.NET June Updates

Bri Achtman
Bri Achtman

Check out what's new in ML.NET and Model Builder.

.NETMachine LearningML.NET
Mar 15, 2021
3
0

ML.NET and Model Builder March Updates

Bri Achtman
Bri Achtman

This release of ML.NET and Model Builder brings numerous bug fixes and enhancements as well as new features, including config-based training and a redesigned Consume step.

.NETMachine LearningML.NET
Nov 30, 2020
1
0

ML.NET Model Builder November Updates

Bri Achtman
Bri Achtman

This release of ML.NET Model Builder brings numerous bug fixes and enhancements as well as new features, including advanced data loading options and streaming training data from SQL.

.NETMachine LearningML.NET
Aug 31, 2020
29
0

Introducing the Half type!

Prashanth Govindarajan
Prashanth Govindarajan

The specification defines many floating point types, including: , , and . Most developers are familiar with (equivalent to in C#) and (equivalent to in C#). They provide a standard format to represent a wide range of values with a precision acceptable for many applications. .NET has always had and and with .NET 5 Preview 7, we've added a ne...

.NET.NET CoreC#
Aug 20, 2020
3
0

August ML.NET API and Tooling Updates

Bri Achtman
Bri Achtman

ML.NET is an open-source, cross-platform machine learning framework for .NET developers. It enables integrating machine learning into your .NET apps without requiring you to leave the .NET ecosystem or even have a background in ML or data science. ML.NET provides tooling (Model Builder UI in Visual Studio and the cross platform ML.NET CLI) that aut...

.NETMachine LearningML.NET
May 6, 2020
7
0

Using ML.NET for deep learning on images in Azure

Luis Quintanilla
Luis Quintanilla

This post will show you how to train a custom image classification model in Azure to categorize flowers using ML.NET Model Builder. Then, you can leverage your existing .NET skills to consume the trained model inside a C# .NET Core console application. Best of all, little to no prior machine learning knowledge is required.

ML.NET