Showing results for Machine Learning - .NET Blog

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
Oct 13, 2020
0
0

MLOps: DevOps for Machine Learning

Bri Achtman
Bri Achtman

Machine Learning Operations (MLOps) is like DevOps for the machine learning lifecycle. This includes things like model deployment & management and data tracking, which help with productionizing machine learning models. Through the survey below, we'd love to get feedback on your current DevOps practices as well as your prospective usage of ML...

.NETMachine LearningML.NET
Sep 25, 2020
3
0

ML.NET September Updates

Bri Achtman
Bri Achtman

This release of ML.NET (1.5.2) brings numerous bug fixes and enhancements, while tooling updates include the ability to train object detection models using Azure ML via Model Builder and to locally train image classification models with the ML.NET CLI.

.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
Mar 2, 2020
3
0

February ML.NET Model Builder Updates

Bri Achtman
Bri Achtman

With the ML.NET Model Builder, create custom machine learning models for scenarios like sentiment analysis, price prediction, and more without any machine learning experience and without leaving the .NET ecosystem!

ML.NET.NETMachine Learning
Dec 16, 2019
49
0

An Introduction to DataFrame

Prashanth Govindarajan
Prashanth Govindarajan

Last month, we announced .NET support for Jupyter notebooks, and showed how to use them to work with .NET for Apache Spark and ML.NET. Today, we're announcing the preview of a DataFrame type for .NET to make data exploration easy. If you've used Python to manipulate data in notebooks, you'll already be familiar with the concept of a DataFrame. At a...

.NET.NET CoreC#
Nov 6, 2019
18
0

Announcing ML.NET 1.4 general availability (Machine Learning for .NET)

Cesar De la Torre
Cesar De la Torre

Coinciding with the Microsoft Ignite 2019 conference, we are thrilled to announce the GA release of ML.NET 1.4 and updates to Model Builder in Visual Studio, with exciting new machine learning features that will allow you to innovate your .NET applications. ML.NET is an open-source and cross-platform machine learning framework for .NET developers....

.NET.NET Core.NET Framework