Learning Microsoft Cognitive Services for Developers

Go to class
Write Review

Free Online Course: Learning Microsoft Cognitive Services for Developers provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning Microsoft Cognitive Services for Developers is taught by Sahil Malik.

Overview
  • Get started with Microsoft Cognitive Services, and discover how to embed AI in your applications to enable those apps to see, speak, understand, and interpret the needs of your users.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. The Vision API
    • Introduction to the Vision API
    • Register your API
    • Basic project structure
    • Add TypeScript support
    • Add debugging support
    • Read image from disk
    • Submit an image to the Vision API
    • Analyze images
    • Recognize landmarks and celebrities
    • Recognize faces
    2. The Speech API
    • Introduction to the Speech API
    • Set up your project
    • Provision the Speech API in Azure
    • Write speech-to-text code
    • Run speech to text
    • Authenticate against the speech
    • Write the text-to-speech code
    • Run text to speech
    3. The Language API
    • Introduction to the Language API
    • Register Bing Spell Check in Azure
    • Set up the project for the Bing Spell Check API
    • Write code to target the Bing Spell Check API
    • Demo: Spell Check API
    • Register the Translator Text API in Azure portal
    • Get languages for translation
    • Demo: Translate English to German
    • LUIS concepts
    • Create a LUIS app
    • Train, publish, and test the LUIS app
    • Set up your LUIS project
    • Call LUIS app from code
    Conclusion
    • Next steps