Designing and Implementing a Microsoft Azure AI Solution (AI-102)


AI-102 Designing and Implementing an Azure AI Solution is intended for software developers wanting to build AI infused applications that leverage Azure Cognitive Services, Azure Cognitive Search, and Microsoft Bot Framework. The course will use C#, Python, or JavaScript as the programming language.

Meer informatie

Klassikale training

Het is ook mogelijk om de training virtueel te volgen. Dezelfde leerervaring als klassikaal waarbij je de trainer en medecuristen ziet en hoort maar dan vanaf thuis. De planning en kosten blijven gelijk. 

Een klassikale cursus van Ictivity Training geeft je de garantie dat je uitstekend wordt opgeleid in een moderne comfortabele leeromgeving door deKlaslokaal meest deskundige trainers op hun vakgebied. In aaneengesloten dagen volg je de training op één van onze locaties. Tijdens de klassikale training heb je de beschikking over moderne apparatuur in een rustige leeromgeving. Trainingen bestaan uit een gedeelte theorie maar je krijgt ook veel oefeningen die de dagelijkse praktijk nabootsen.

Ictivity Training heeft in Nederland locaties in Utrecht (Vianen) en Eindhoven, tevens is het mogelijk om een locatie naar wens aan te vragen. Indien je niet wenst te reizen, kun je de training remote volgen via Virtual Classroom

 

Maatwerk en In-company training

Deze leervorm begint met een intakegesprek tussen een Learning Consultant van Ictivity Training en de opdrachtgever. Hierbij inventariseren we de beginsituatie, de doelstelling, de praktijksituatie en het verwachtingspatroon van de deelnemer(s). Met de gegevens maken wij het trainingsprogramma op maat.

Voordelen:

  • De inhoud van de training wordt volledig afgestemd op jouw specifieke kennisbehoefte.
  • De tijdsduur van de training wordt aangepast aan jouw specifieke behoefte.
  • Jij bepaalt zelf de locatie van de training (incompany of op een van onze locaties).
  • De planning van de trainingen wordt afgestemd op jouw projectplanning.

Software engineers concerned with building, managing and deploying AI solutions that leverage Azure Cognitive Services, Azure Cognitive Search, and Microsoft Bot Framework. They are familiar with C#, Python, or JavaScript and have knowledge on using REST-based APIs to build computer vision, language analysis, knowledge mining, intelligent search, and conversational AI solutions on Azure.

Module 1: Create and Manage Azure Cognitive Services

Prior to accessing any of the Cognitive Services functionality on Azure, you will need to create a Cognitive Services resource. Using the various services (Speech, Computer Vision etc.), requires, at a minimum, an access key and a service endpoint URL. The information is required for authorization of applications that will be accessing these services. You will create either a single-service resource or a multi-service resource, depending on the services you access.

  • Create and Manage Cognitive Service Accounts
  • Secure Cognitive Services
  • Deploy and Consume Cognitive Services Containers

Lab : Create Azure Cognitive Service Resources

  • Create Azure Cognitive Service Resource
  • Access Keys
  • Use Diagnostics Monitoring

Lab : Secure Azure Cognitive Services

  • Secure Keys with Azure Key Vault

Lab : Containerize Azure Cognitive Services

  • Create Containers for Reuse
  • Deploy to a Container
  • Consume Cognitive Services from a Container

After completing this module, students will be able to:

  • Create and access Azure Cognitive Services resources
  • Secure Azure Cognitive Resources
  • Deploy and Consume Azure Cognitive Services using Containers

Module 2: Implement Computer Vision Solutions

Learn how to integrate visual AI in your applications through the use of Azure Computer Vision. Detect and identify faces or objects in images and video, perform object detection, classify images, and implement custom vision solutions.

  • Identify Faces and Expressions by using the Computer Vision API
  • Process Images with the Computer Vision Service
  • Evaluate Requirements for Implementing the Custom Vision APIs
  • Classify Images with the Microsoft CUstomg Vision Service
  • Extract Insights from Videos with the Video Indexer Service

Lab : Detect Faces

  • Get Subscription Keys
  • Test Face Detection

Lab : Create a Custom Vision Service

  • Create Service
  • Upload Tagged Images
  • Train Model
  • Test Model
  • Call Prediction Endpoint

Lab : Extract Insights from Videos with Video Indexer

  • Subscribe to the Video Indexer API
  • Upload and Index Images
  • Examine Output
  • Find Moments in Video
  • View and Edit Insights

After completing this module, students will be able to:

  • Implement Computer Vision solutions for face and object detection
  • Process images with the Computer Vision service
  • Implement Custom Vision solutions
  • Extraxt insights from video files with the Video Indexer service

Module 3: Implement Language Analysis Solutions

Learn how to implement natural language functionality in your applications through integration of the Language Understanding service. Gain insights into your users' intentions through text analytics features such as sentiment analysis and language detection. Identify important information in text files with entity and key phrase extraction capabilities.

  • Add Basic Conversational Intelligence to your App by using Language Understanding
  • Manage you Language Understanding Service
  • Use Containers for your Language Understanding Service
  • Discover Sentiment in Text with the Text Analytics API
  • Recognize Entities in Text with the Text Analytics API
  • Extract Key Phrases from Text with the Text Analytics API
  • Detect Language with the Text Analytics API

Lab : Implement the Language Understanding Service

  • Create a Language Understanding Service
  • Work with Intents
  • Work with Utterances
  • Work with Entities
  • Train and Publish a Model

Lab : Manage Your Language Understanding Service

  • Manage your Keys
  • Manage Versioning
  • Scripting Automation

Lab : Containerize Language Understanding

  • Install and Run Containers

Lab : Perform Sentiment Analysis

  • Test Sentiment Analysis with the API Testing Console
  • Create a Function App
  • Call the Sentiment Analysis API from a Function
  • Sort Messages

Lab : Perform Entity Recognition

  • Extract Entities from Text

Lab : Perform Key Phrase Extraction

  • Extract Key Phrases from Text

Lab : Perform Language Detection

  • Detect Language in Text

After completing this module, students will be able to:

  • Implement and Manage a Language Understanding Service
  • Implement Language Understanding in a Container Environment
  • Detect Sentiment in Text
  • Recognize Entites and Extract Key Phrases in Text
  • Detect Language in Text

Module 4: Implement Knowledge Mining Solutions

Azure Cognitive Search provides a cloud-based solution for indexing and querying a wide range of data sources, and creating comprehensive and high-scale search solutions. Lean to implement a solution in which the documents are indexed and made easy to search.

  • Create an Azure Cognitive Search Solution
  • Create an Enrichment Pipeline with Azure Cognitive Search
  • Create a Knowledge Store with Azure Cognitive Search

Lab : Create an Azure Cognitive Search Solution

  • Create an Azure Resource for Search
  • Create a Data Source
  • Create an Index
  • Create and Run an Indexer
  • Search and Index
  • Apply Filtering and Sorting
  • Enhance the Index

Lab : Create an Enrichment Pipeline

  • Create an Azure Resource
  • Create a Data Source
  • Create a Skillset
  • Create an Index
  • Create and Run an Indexer
  • Search the Enriched Index
  • Create a Custom Skill
  • Update the Index
  • Search the Updated Index

Lab : Create a Knowledge Store

  • Create Azure Resources
  • Create a Data Source
  • Create a Skillset
  • Create an Index
  • Create and Run an Indexer
  • Explore a Knowledge Store

After completing this module, students will be able to:

  • Create an Azure Cognitive Search Solution
  • Create an Enrichment Pipeline with Azure Cognitive Search
  • Create a Knowledge Store with Azure Cognitive Search

Module 5: Implement Conversational AI Solutions

Use the Microsoft Bot Framework and the Bot Framework Composer to design and create conversational AI solutions.

  • Build a Chat Bot in the Azure Portal
  • Design a Bot Conversation Flow
  • Create a Bot with the Bot Framework Composer

Lab : Create a Bot with the Azure Portal

  • Create a Basic Bot with the Azure portal

Lab : Create a Bot with the Bot Framework Composer

  • Create a Bot with the Bot Framework Composer
  • Add Help and Cancel Functionality
  • Integrate Language Generation
  • Use Cards
  • Integrate Language Understanding

After completing this module, students will be able to:

  • Create a Basic Bot in the Azure Portal
  • Design Converstional Flow for a Bot
  • Create a Bot using the Bot Framework Composer
Klantbeoordelingen van Ictivity Training
full star
full star
full star
full star
half star
126 beoordelingen
full star
full star
full star
full star
full star
Eric
full star
full star
full star
full star
no star
Leerzame training met veel tips
full star
full star
full star
full star
no star
Carien gaf duidelijke uitleg en wilde zo veel mogelijk van haar kennis delen.

Kies een Leervorm:



Code: AI-102
Leervorm:    Klassikaal
Dagen: 5
1995
Per persoon
excl. BTW
Naar inschrijfpagina

Andere locatie of datum

Deze trainingen kunnen wij ook als maatwerk bij jou / ons op locatie.

@ICTIVITYTRAINING 2024

Wij gebruiken cookies om je gebruikerservaring te verbeteren.