Showing results for AI - .NET Blog

May 18, 2023
1
5

Object Detection in ML.NET Model Builder

Luis Quintanilla
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
1
9

Get started with ChatGPT in .NET

Luis Quintanilla
Luis Quintanilla

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

.NETAzureAI
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
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
May 6, 2019
7
0

Announcing ML.NET 1.0

Ankit Asthana
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
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