Showing results for Machine Learning - .NET Blog

Sep 12, 2018
2
0

Announcing ‘Machine Learning .NET’ 0.5

Cesar De la Torre
Cesar De la Torre

Today, coinciding with the .NET Conf 2018, we're announcing the release of ML.NET 0.5. It’s been a few months already since we released ML.NET 0.1 at //Build 2018, a cross-platform, open source machine learning framework for .NET developers. While we’re evolving through new preview releases, we are getting great feedback and would like to thank the...

.NET
Nov 15, 2017
0
0

Introducing Tensor for multi-dimensional Machine Learning and AI data

.NET Team
.NET Team

Overview Tensor is an exchange type for homogenous multi-dimensional data for 1 to N dimensions. The motivation behind introducing Tensor<T> is to make it easy for Machine Learning library vendors like CNTK, Tensorflow, Caffe, Scikit-Learn to port their libraries over to .NET with minimal dependencies in place.  Tensor<T> is designed t...

AI Machine LearningMachine Learning
May 31, 2017
1
1

Why you should use F#

Phillip Carter
Phillip Carter

Why you should use F# This post was written by Phillip Carter and Mads Torgersen. Both work on languages on the .NET team. At Build 2017, we presented a tech talk entitled "Why You Should Use F#". However, not everyone can attend Build, and many attendees were unable to find a position in the room where they could adequately hear us. You can se...

.NET.NET CoreVisual Studio
Jun 22, 2007
0
0

Multi-targeting support in Visual Studio Orcas

Web Development Tools Microsoft
Web Development Tools Microsoft

The web development tools team has been working on an article about a new Orcas feature we call "multi-targeting".  However Scott Guthrie beat us to it and has written up an excellent and detailed article yesterday about this feature so we will just post a link to his article instead. Thanks to this feature, you can get all of the great improveme...

ASP.NET