About this Course
This course introduces the concepts of Artificial Intelligence and Machine learning. We’ll discuss machine learning types and tasks, and machine learning algorithms. You’ll explore Python as a popular programming language for machine learning solutions, including using some scientific ecosystem packages which will help you implement machine learning.
Next, this course introduces the machine learning tools available in Microsoft Azure. We’ll review standardized approaches to data analytics and you’ll receive specific guidance on Microsoft’s Team Data Science Approach. As you go through the course, we’ll introduce you to Microsoft’s pre-trained and managed machine learning offered as REST API’s in their suite of cognitive services. We’ll implement solutions using the computer vision API and the facial recognition API, and we’ll do sentiment analysis by calling the natural language service. Using the Azure Machine Learning Service you’ll create and use an Azure Machine Learning Workspace. Then you’ll train your own model, and you’ll deploy and test your model in the cloud. Throughout the course, you will perform hands-on exercises to practice your new AI skills. By the end of this course, you will be able to create, implement, and deploy machine learning models.
WHAT YOU WILL LEARN
-
Define Artificial Intelligence and Machine Language
-
Describe AI tools and roles, and the Microsoft Team Data Science Process
-
Work with Azure APIs, including those for vision, language, and search
-
Create, train, test and deploy your AI model in the cloud
Syllabus – What you will learn from this course
4 hours to complete
Introduction to Artificial Intelligence
This module introduces Artificial Intelligence and Machine learning. Next, we talk about machine learning types and tasks. This leads to a discussion of machine learning algorithms. Finally, we explore python as a popular language for machine learning solutions and share some scientific ecosystem packages which will help you implement machine learning. By the end of this unit, you will be able to implement machine learning models in at least one of the available python machine learning libraries.
Standardized AI Processes and Azure Resources
This module introduces machine learning tools available in Microsoft Azure. It then looks at standardized approaches developed to help data analytics projects to be successful. Finally, it gives you specific guidance on Microsoft’s Team Data Science Approach to include roles and tasks involved with the process. The exercise at the end of this unit points you to Microsoft’s documentation to implement this process in their DevOps solution if you don’t have your own.
Azure Cognitive APIs
This module introduces you to Microsoft’s pretrained and managed machine learning offered as REST API’s in their suite of cognitive services. We specifically implement solutions using the computer vision API, the facial recognition API, and do sentiment analysis by calling the natural language service.
Azure Machine Learning Service: Model Training
This module introduces you to the capabilities of the Azure Machine Learning Service. We explore how to create and then reference an ML workspace. We then talk about how to train a machine learning model using the Azure ML service. We talk about the purpose and role of experiments, runs, and models. Finally, we talk about
3 hours to complete
Azure Machine Learning Service: Model Management and Deployment
This module covers how to connect to your workspace. Next, we discuss how the model registry works and how to register a trained model locally and from a workspace training run. In addition, we show you the steps to prepare a model for deployment including identifying dependencies, configuring a deployment target, building a container image. Finally, we deploy a trained model as a web service and test it by sending JSON objects to the API.