Learn how to operate machine learning solutions at cloud scale using Azure Machine Learning. This course teaches you to leverage your existing knowledge of Python and machine learning to manage data ingestion and preparation, model training and deployment, and machine learning solution monitoring with Azure Machine Learning and MLflow.
Please review the prerequisites listed for each module in the course content and click on the provided links for more information.
This course is designed for data scientists with existing knowledge of Python and machine learning frameworks like Scikit-Learn, PyTorch, and Tensorflow, who want to build and operate machine learning solutions in the cloud.
1. Design a data ingestion strategy for machine learning projects
Learn how to design a data ingestion solution for training data used in machine learning projects.
Click here to know more
2. Design a machine learning model training solution
Learn how to design a model training solution for machine learning projects.
Click here to know more
3. Design a model deployment solution
Learn how to design a model deployment solution and how the requirements of the deployed model can affect the way you train a model.
Click here to know more
4. Design a machine learning operations solution
Learn about machine learning operations or MLOps to bring a model from development to production. Identify options for monitoring and retraining when preparing a model for production.
Click here to know more
5. Explore Azure Machine Learning workspace resources and assets
As a data scientist, you can use Azure Machine Learning to train and manage your machine learning models. Learn what Azure Machine Learning is, and get familiar with all its resources and assets.
Click here to know more
6. Explore developer tools for workspace interaction
Learn how you can interact with the Azure Machine Learning workspace. You can use the Azure Machine Learning studio, the Python SDK (v2), or the Azure CLI (v2).
Click here to know more
7. Make data available in Azure Machine Learning
Learn about how to connect to data from the Azure Machine Learning workspace. You’re introduced to datastores and data assets.
Click here to know more
8. Work with compute targets in Azure Machine Learning
Learn how to work with compute targets in Azure Machine Learning. Compute targets allow you to run your machine learning workloads. Explore how and when you can use a compute instance or compute cluster.
Click here to know more
9. Work with environments in Azure Machine Learning
Learn how to use environments in Azure Machine Learning to run scripts on any compute target.
Click here to know more
10. Find the best classification model with Automated Machine Learning
Learn how to find the best classification model with automated machine learning (AutoML). You’ll use the Python SDK (v2) to configure and run an AutoML job.
Click here to know more
11. Track model training in Jupyter notebooks with MLflow
Learn how to use MLflow for model tracking when experimenting in notebooks.
Click here to know more
12. Run a training script as a command job in Azure Machine Learning
Learn how to convert your code to a script and run it as a command job in Azure Machine Learning.
Click here to know more
13. Track model training with MLflow in jobs
Learn how to track model training with MLflow in jobs when running scripts.
Click here to know more
14. Perform hyperparameter tuning with Azure Machine Learning
Learn how to perform hyperparameter tuning with a sweep job in Azure Machine Learning.
Click here to know more
15. Run pipelines in Azure Machine Learning
Learn how to create and use components to build pipeline in Azure Machine Learning. Run and schedule Azure Machine Learning pipelines to automate machine learning workflows.
Click here to know more
16. Register an MLflow model in Azure Machine Learning
Learn how to log and register an MLflow model in Azure Machine Learning.
Click here to know more
17. Create and explore the Responsible AI dashboard for a model in Azure Machine Learning
Explore model explanations, error analysis, counterfactuals, and causal analysis by creating a Responsible AI dashboard. You’ll create and run the pipeline in Azure Machine Learning using the Python SDK v2 to generate the dashboard.
Click here to know more
18. Deploy a model to a managed online endpoint
Learn how to deploy models to a managed online endpoint for real-time inferencing.
Click here to know more
19. Deploy a model to a batch endpoint
Learn how to deploy models to a batch endpoint. When you invoke a batch endpoint, you’ll trigger a batch scoring job.
Click here to know more