Showing tag results for AI

May 18, 2023
Post comments count1
Post likes count5

Object Detection in ML.NET Model Builder

Luis Quintanilla

Object detection using local environments is now available in ML.NET Model Builder to help you solve computer vision problems using machine learning.

.NETMachine LearningML.NET
May 18, 2023
Post comments count1
Post likes count9

Get started with ChatGPT in .NET

Luis Quintanilla

Learn what ChatGPT is and how you can get started using GPT models in conversations with Azure OpenAI service and .NET

.NETAIAzure
Jun 2, 2021
Post comments count1
Post likes count0

IntelliCode Package Suggestions for NuGet in Visual Studio

Christopher Gill

Building on Visual Studio’s robust IntelliCode experience for .NET, we’re excited to introduce NuGet IntelliCode Package Suggestions in Visual Studio 16.10! IntelliCode Package Suggestions use your project’s context, such as installed packages and project type, to suggest packages to enhance your workflow! IntelliCode AI-assistance has become an i...

NuGetVisual StudioFeature Announcement
May 6, 2020
Post comments count7
Post likes count0

Using ML.NET for deep learning on images in Azure

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
Mar 2, 2020
Post comments count3
Post likes count0

February ML.NET Model Builder Updates

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
May 6, 2019
Post comments count7
Post likes count0

Announcing ML.NET 1.0

Ankit Asthana

We are excited to announce the release of ML.NET 1.0 today.  ML.NET is a free, cross-platform and open source machine learning framework designed to bring the power of machine learning (ML) into .NET applications. https://github.com/dotnet/machinelearning Star Get Started @ http://dot.net/ml ML.NET allows you to train, build and ship c...

.NET
Nov 15, 2017
Post comments count0
Post likes count0

Introducing Tensor for multi-dimensional Machine Learning and AI data

.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