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. 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
5. 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
6. Make data available in Azure Machine Learning
Learn about how to connect to data from the Azure Machine Learning workspace. You'll be introduced to datastores and data assets.
Click here to know more
7. 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
8. 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
9. 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
10. 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
11. 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
12. 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
13. 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
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. 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
16. 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