Book Image

Learning Microsoft Cognitive Services

By : Leif Larsen
Book Image

Learning Microsoft Cognitive Services

By: Leif Larsen

Overview of this book

Take your app development to the next level with Learning Microsoft Cognitive Services. Using Leif's knowledge of each of the powerful APIs, you'll learn how to create smarter apps with more human-like capabilities. ? Discover what each API has to offer and learn how to add it to your app ? Study each AI using theory and practical examples ? Learn current API best practices
Table of Contents (20 chapters)
Learning Microsoft Cognitive Services
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
12
Additional Information on Linguistic Analysis

Summary


Throughout this chapter, we have created a LUIS application. We have seen how to create language-understanding models, which can recognize entities in sentences. We have learned to understand the user's intent, and seen how we can trigger actions from this. An important step was to see how to improve the model in various ways. We also covered how to add conversational intelligence. This way, the LUIS application could ask for missing entities in queries.

In the following chapter, we will utilize what we have learned here, using LUIS when we learn about the Speech APIs, adding the possibility of speaking with our application.