NLP

Bulk Text Analytics with Azure AI Language

Bulk Text Analytics with Azure AI Language

Batch Natural Language Processing tasks in C# in 1 call

By
Matt Eland
on
Azure AI Language offers many text analytics capabilities, but their newer APIs make it possible to perform multiple natural language processing (NLP) tasks on many documents using one API call.
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.
How Chatbots Work

How Chatbots Work

Understanding Conversational AI Systems without a PHD

By
Matt Eland
on
Let’s take a broad examination of the various layers of a conversational AI solution and explore the development, testing, and ethical concerns associated with these projects.
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.