Azure OpenAI

Azure OpenAI

One of the recent Azure Cognitive Services additions is Azure OpenAI, a cloud-based resource that offers enterprise-grade capabilities typical of an Azure service (e.g. private networking, regional availability, and responsible AI content filtering) and provides access to OpenAI's generative AI models like GPT-3 and Codex.

Read More

Natural Language Understanding (LUIS)

Natural Language Understanding (LUIS)

Extract intent and key pieces of information from text with LUIS (Language Understanding Intelligent Service), a machine learning based offering that falls under Microsoft's Cognitive Services suite. Natural language understanding is a key component in enabling developers to engineer features out of text (i.e. creating data out of data) as well as building conversation based interfaces.

Read More

Text Analytics with Microsoft Cognitive Services

Text Analytics with Microsoft Cognitive Services

In this post, I show how easy it is to take advantage of Text Analytics, a cloud-based offering from Microsoft's suite of Cognitive Services. I'll demonstrate language detection, key phrase extraction, and a deeper dive into sentiment analysis parsing 3000 IMDB user reviews.

Read More

Text Mining POTUS with Python

Text Mining POTUS with Python

In this post, we explore how to use Python to perform Text Analytics, creating data out of data. Using content from Donald Trump's twitter feed, we get an insight into the President's grasp on the English language.

Read More