Overview: AI-Powered Project Management Workshop
The AI-Powered Project Management Workshop is a cutting-edge course designed to equip project managers with the skills and knowledge needed to leverage artificial intelligence to enhance project efficiency and success. In this workshop, participants will explore how AI-powered project management tools can be used for essential tasks such as scheduling, resource allocation, risk assessment, and communication. By integrating AI into project workflows, managers can streamline processes and make data-driven decisions that lead to better project outcomes.
This AI-powered project management course is tailored to help project managers stay ahead of the curve by embracing the latest technological advancements in the field. With hands-on experience, participants will learn how to optimize their projects with AI, improving overall efficiency and minimizing risks. Enroll in the AI-Powered Project Management Workshop to future-proof your project management skills and lead your teams to greater success with the power of artificial intelligence.
Your Path to Success
Executives, managers, architects, and leaders across various domains will find this course invaluable. Whether you are in development, project management, or at the helm of your company, ‘Leading SAFe’ will empower you to steer your ship with confidence in turbulent waters. The prerequisites are minimal, and the methodology blends interactive lectures, discussions, and practical exercises to ensure an engaging learning experience.
Embrace Change, Lead the Way
By the end of this course, you’ll be prepared to lead the change, enable agile product delivery, and implement lean portfolio management. ‘Leading SAFe’ doesn’t just enhance your skills; it opens doors to the SAFe® 5 Agilist (SA) certification. In a world where the only constant is change, safe leadership is your compass, and this course is your map to becoming a certified Agile leader. Embark on this journey with Info Trek, and transform your career into a beacon of innovation and adaptability.
Course Details
Course Code: AI-3003; Duration: 1 Day; Instructor-led
Natural language processing (NLP) solutions use language models to interpret the semantic meaning of written or spoken language. You can use the Language Understanding service to build language models for your applications.
Â
Audience
- AI Engineer
- Developer
Prerequisites
Before starting this learning path, you should already have:
- Familiarity with Azure and the Azure portal.
- Experience programming with C# or Python. If you have no previous programming experience, we recommend you complete the Take your first steps with C# or Take your first steps with Python learning path before starting this one.
Methodology
This program will be conducted with interactive lectures, PowerPoint presentations, discussions and practical exercise
Course Objectives
None
Outlines
The Azure AI Language service enables you to create intelligent apps and services that extract semantic information from text.
- Introduction
- Provision an Azure AI Language resource
- Detect language
- Extract key phrases
- Analyze sentiment
- Extract entities
- Extract linked entities
- Exercise – Analyze text
- Knowledge check
- Summary
The question answering capability of the Azure AI Language service makes it easy to build applications in which users ask questions using natural language and receive appropriate answers.
- Introduction
- Understand question answering
- Compare question answering to Azure AI Language understanding
- Create a knowledge base
- Implement multi-turn conversation
- Test and publish a knowledge base
- Use a knowledge base
- Improve question answering performance
- Exercise – Create a question answering solution
- Knowledge check
- Summary
The Azure AI Language conversational language understanding service (CLU) enables you to train a model that apps can use to extract meaning from natural language.
- Introduction
- Understand prebuilt capabilities of the Azure AI Language service
- Understand resources for building a conversational language understanding model
- Define intents, utterances, and entities
- Use patterns to differentiate similar utterances
- Use pre-built entity components
- Train, test, publish, and review a conversational language understanding model
- Exercise – Build an Azure AI services conversational language understanding model
- Knowledge check
- Summary
The Azure AI Language service enables processing of natural language to use in your own app. Learn how to build a custom text classification project.
- Introduction
- Understand types of classification projects
- Understand how to build text classification projects
- Exercise – Classify text
- Knowledge check
- Summary
Build a custom entity recognition solution to extract entities from unstructured documents
- Introduction
- Understand custom named entity recognition
- Label your data
- Train and evaluate your model
- Exercise – Extract custom entities
- Knowledge check
- Summary
The Translator service enables you to create intelligent apps and services that can translate text between languages.
- Introduction
- Provision an Azure AI Translator resource
- Understand language detection, translation, and transliteration
- Specify translation options
- Define custom translations
- Exercise – Translate text with the Azure AI Translator service
- Knowledge check
- Summary
The Azure AI Speech service enables you to build speech-enabled applications. This module focuses on using the speech-to-text and text to speech APIs, which enable you to create apps that are capable of speech recognition and speech synthesis.
- Introduction
- Provision an Azure resource for speech
- Use the Azure AI Speech to Text API
- Use the text to speech API
- Configure audio format and voices
- Use Speech Synthesis Markup Language
- Exercise – Create a speech-enabled app
- Knowledge check
- Summary
Translation of speech builds on speech recognition by recognizing and transcribing spoken input in a specified language, and returning translations of the transcription in one or more other languages.
- Introduction
- Provision an Azure resource for speech translation
- Translate speech to text
- Synthesize translations
- Exercise – Translate speech
- Knowledge check
- Summary