CSharp

Text Classification in C# with ML.NET 2.0

Text Classification in C# with ML.NET 2.0

Using NAS-BERT transformers to classify Text to Labels in C#

By
Matt Eland
on
Let’s take a look at how ML.NET 2.0’s new Text Transformer features can be used to perform multi-class classification and map utterances to intents.
Creating and deploying a Microsoft Bot Framework Bot with the SDK

Creating and deploying a Microsoft Bot Framework Bot with the SDK

Using the Bot Framework v4 SDK, C#, and Azure to Build Chatbots

By
Matt Eland
on
A guided tutorial to create and deploy a starter bot. We’ll walk through creating and configuring the Azure resources, creating the project in Visual Studio, testing the bot, deploying it to Azure, and hosting the bot on a web page.
Automating my Dog with Azure Cognitive Services

Automating my Dog with Azure Cognitive Services

Building intelligent apps in C# with Azure's AI as a Service offering

By
Matt Eland
on
Please don’t call the police. I’m not really turning my dog into a cyborg. I’m just playing around with AI capabilities in a C# app.
Text to Speech with Azure Cognitive Services in C#

Text to Speech with Azure Cognitive Services in C#

Give voice to your applications with a few lines of C# code

By
Matt Eland
on
Text to speech lets us build immersive applications that speak to the user using natural-sounding voices in a wide variety of languages and regions. Let’s see how it works with some simple C# code.