Showing results for September 2019 - Page 3 of 3 - .NET Blog

Sep 3, 2019
Post comments count35
Post likes count4

Hardware Intrinsics in .NET Core

Tanner Gooding [MSFT]
Tanner Gooding [MSFT]

Several years ago, we decided that it was time to support SIMD code in .NET. We introduced the System.Numerics namespace with , , , , and related types. These types expose a general-purpose API for creating, accessing, and operating on them using hardware vector instructions (when available). They also provide a software fallback for when the hardw...

.NET CorePerformance
Sep 3, 2019
Post comments count27
Post likes count0

Announcing ML.NET 1.4 Preview and Model Builder updates (Machine Learning for .NET)

Cesar De la Torre
Cesar De la Torre

We are excited to announce ML.NET 1.4 Preview and updates to Model Builder and CLI. ML.NET is an open-source and cross-platform machine learning framework for .NET developers. ML.NET also includes Model Builder (a simple UI tool) and CLI to make it super easy to build custom Machine Learning (ML) models using Automated Machine Learning (AutoML...

C#Machine LearningML.NET
Sep 3, 2019
Post comments count7
Post likes count0

Join us for .NET Conf 2019, Sept 23-25

Beth Massi
Beth Massi

.NET Conf is back again this year and will be live streaming to a device near you September 23-25 on www.dotnetconf.net! .NET Conf is a FREE, 3 day virtual developer event co-organized by the .NET community and Microsoft. This year .NET Core 3.0 will launch at .NET Conf 2019! Come celebrate and learn about the new release. You won't want to miss th...

.NET