Deep Learning
Data Science / Deep Learning
Designing and Implementing a Data Science Solution on Azure
DP-100 Course outline
Module 1: Getting Started with Azure Machine Learning
In this module, you will learn how to provision an Azure Machine Learning workspace and use it to manage machine learning assets such as data, compute, model training code, logged metrics, and trained models. You will learn how to use the web-based Azure Machine Learning studio interface as well as the Azure Machine Learning SDK and developer tools like Visual Studio Code and Jupyter Notebooks to work with the assets in your workspace.
Lessons
Introduction to Azure Machine Learning
Working with Azure Machine Learning
Lab : Create an Azure Machine Learning Workspace
After completing this module, you will be able to
Provision an Azure Machine Learning workspace
Use tools and code to work with Azure Machine Learning
(Please click here to to see/hide full course outline)
Module 2: Visual Tools for Machine Learning
This module introduces the Automated Machine Learning and Designer visual tools, which you can use to train, evaluate, and deploy machine learning models without writing any code.
Lessons
Automated Machine Learning
Azure Machine Learning Designer
Lab : Use Automated Machine Learning
Lab : Use Azure Machine Learning Designer
After completing this module, you will be able to
Use automated machine learning to train a machine learning model
Use Azure Machine Learning designer to train a model
Module 3: Running Experiments and Training Models
In this module, you will get started with experiments that encapsulate data processing and model training code, and use them to train machine learning models.
Lessons
Introduction to Experiments
Training and Registering Models
Lab : Train Models
Lab : Run Experiments
After completing this module, you will be able to
Run code-based experiments in an Azure Machine Learning workspace
Train and register machine learning models
Module 4: Working with Data
Data is a fundamental element in any machine learning workload, so in this module, you will learn how to create and manage datastores and datasets in an Azure Machine Learning workspace, and how to use them in model training experiments.
Lessons
Working with Datastores
Working with Datasets
Lab : Work with Data
After completing this module, you will be able to
Create and use datastores
Create and use datasets
Module 5: Working with Compute
One of the key benefits of the cloud is the ability to leverage compute resources on demand, and use them to scale machine learning processes to an extent that would be infeasible on your own hardware. In this module, you'll learn how to manage experiment environments that ensure consistent runtime consistency for experiments, and how to create and use compute targets for experiment runs.
Lessons
Working with Environments
Working with Compute Targets
Lab : Work with Compute
After completing this module, you will be able to
Create and use environments
Create and use compute targets
Module 6: Orchestrating Operations with Pipelines
Now that you understand the basics of running workloads as experiments that leverage data assets and compute resources, it's time to learn how to orchestrate these workloads as pipelines of connected steps. Pipelines are key to implementing an effective Machine Learning Operationalization (ML Ops) solution in Azure, so you'll explore how to define and run them in this module.
Lessons
Introduction to Pipelines
Publishing and Running Pipelines
Lab : Create a Pipeline
After completing this module, you will be able to
Create pipelines to automate machine learning workflows
Publish and run pipeline services
Module 7: Deploying and Consuming Models
Models are designed to help decision making through predictions, so they're only useful when deployed and available for an application to consume. In this module learn how to deploy models for real-time inferencing, and for batch inferencing.
Lessons
Real-time Inferencing
Batch Inferencing
Continuous Integration and Delivery
Lab : Create a Real-time Inferencing Service
Lab : Create a Batch Inferencing Service
After completing this module, you will be able to
Publish a model as a real-time inference service
Publish a model as a batch inference service
Describe techniques to implement continuous integration and delivery
Module 8: Training Optimal Models
By this stage of the course, you've learned the end-to-end process for training, deploying, and consuming machine learning models; but how do you ensure your model produces the best predictive outputs for your data? In this module, you'll explore how you can use hyperparameter tuning and automated machine learning to take advantage of cloud-scale compute and find the best model for your data.
Lessons
Hyperparameter Tuning
Automated Machine Learning
Lab : Use Automated Machine Learning from the SDK
Lab : Tune Hyperparameters
After completing this module, you will be able to
Optimize hyperparameters for model training
Use automated machine learning to find the optimal model for your data
Module 9: Responsible Machine Learning
Data scientists have a duty to ensure they analyze data and train machine learning models responsibly; respecting individual privacy, mitigating bias, and ensuring transparency. This module explores some considerations and techniques for applying responsible machine learning principles.
Lessons
Differential Privacy
Model Interpretability
Fairness
Lab : Explore Differential provacy
Lab : Interpret Models
Lab : Detect and Mitigate Unfairness
After completing this module, you will be able to
Apply differential provacy to data analysis
Use explainers to interpret machine learning models
Evaluate models for fairness
Module 10: Monitoring Models
After a model has been deployed, it's important to understand how the model is being used in production, and to detect any degradation in its effectiveness due to data drift. This module describes techniques for monitoring models and their data.
Lessons
Monitoring Models with Application Insights
Monitoring Data Drift
Lab : Monitor Data Drift
Lab : Monitor a Model with Application Insights
After completing this module, you will be able to
Use Application Insights to monitor a published model
Monitor data drift
Next Steps:
Please contact us for dates.
3 days online or at one of our locations.
Europe: €2085 excluding VAT.
North America: US$ 2085 (Course runs on Eastern Standard Time).
Please contact using the button or send a request to:
We will send you a booking form and further information.
Implementing a Machine Learning Solution with Microsoft Azure Databricks (DP-090)
Getting Started with Azure Databricks
Set the stage for learning on the Databricks platform
Create the cluster
Discover the workspace, import table data
Demonstrate how to develop & execute code within a notebook
Review the various "Magic Commands"
Introduce the Databricks File System (DBFS)
Working with data in Azure Databricks
viewing available tables
loading table data in dataframes
loading file/dbfs data in dataframes
using spark for simple queries
using spark to show the data and its structure
using spark for complex queries
using Databricks' display for custom visualisations
Featurization
Handling missing data
Feature Engineering
Scaling Numeric features
Encoding Categorical Features
Training and Validating a Machine Learning Model
Training a Model
Validating a Model
Using MLflow to Track Experiments
Running an Experiment
Managing Models
User interface
Programmatically
Running experiments in Azure Machine Learning
Running an Azure ML experiment on Databricks
Reviewing experiment metrics in Azure ML Studio
Deploying Models in Azure Machine Learning
Register a databricks-trained model in AML
Deploy a service that uses the model
Consume the deployed service
Automated MLflow Hyperparameter Tuning
Cross-Validation
Hyperparameter tuning with Hyperopt
Distributed Deep Learning with Horovod
Define a simple convolutional network
Run single-node training with PyTorch
Migrate to HorovodRunner
(Please click here to to see/hide full course outline)
DP-090 Course outline
Module 1: Introduction to Azure Databricks
In this module, you will learn how to provision an Azure Databricks workspace and cluster, and use them to work with data.
Lessons
Getting Started with Azure Databricks
Working with Data in Azure Databricks
Lab : Getting Started with Azure Databricks
Lab : Working with Data in Azure Databricks
After completing this module, you will be able to:
Provision an Azure Databricks workspace and cluster
Use Azure Databricks to work with data
Module 2: Training and Evaluating Machine Learning Models
In this module, you will learn how to use Azure Databricks to prepare data for modeling, and train and validate a machine learning model.
Lessons
Preparing Data for Machine Learning
Training a Machine Learning Model
Lab : Training a Machine Learning Model
Lab : Preparing Data for Machine Learning
After completing this module, you will be able to use Azure Databricks to:
Prepare data for modeling
Train and validate a machine learning model
Module 3: Managing Experiments and Models
In this module, you will learn how to use MLflow to track experiments running in Azure Databricks, and how to manage machine learning models.
Lessons
Using MLflow to Track Experiments
Managing Models
Lab : Using MLflow to Track Experiments
Lab : Managing Models
After completing this module, you will be able to:
Use MLflow to track experiments
Manage models
Module 4: Integrating Azure Databricks and Azure Machine Learning
In this module, you will learn how to integrate Azure Databricks with Azure Machine Learning
Lessons
Tracking Experiments with Azure Machine Learning
Deploying Models
Lab : Deploying Models in Azure Machine Learning
Lab : Running Experiments in Azure Machine Learning
After completing this module, you will be able to:
Run Azure Machine Learning experiments on Azure Databricks compute
Deploy models trained on Azure Databricks to Azure Machine Learning
Module 5 Tune hyperparameters with Azure Databricks
In this module, you will learn how to tune hyperparameters with Azure Databricks
Lab : Explore automated MLflow hyperparameter tuning.
Lab : Explore Hyperopt for hyperparameter tuning
After completing this module, you’ll be able to:
Understand hyperparameter tuning and its role in machine learning.
Learn how to use the two open-source tools - automated MLflow and Hyperopt - to automate the process of model selection and hyperparameter tuning.
Module 6 Distributed deep learning with Horovod and Azure Databricks
In this module, you'll learn how to distribute deep learning in Azure Databricks with HorovodRunner.
Lab : Distributed deep learning with Azure Databricks .
After completing this module, you’ll be able to:
Understand what Horovod is and how it can help distribute your deep learning models.
Use HorovodRunner in Azure Databricks for distributed deep learning.
Next Steps:
Please contact us for dates.
1 day online or at one of our locations.
Europe: €695 excluding VAT.
North America: US$ 695 (Course runs on Eastern Standard Time)
Please contact using the button or send a request to:
We will send you a booking form and further information.
Introduction to Deep Learning
Course outline
1 Introduction
Part I: Applied Math and Machine Learning Basics
2 Linear Algebra
3 Probability and Information Theory
4 Numerical Computation
5 Machine Learning Basics
Part II: Modern Practical Deep Networks
6 Deep Feedforward Networks
7 Regularization for Deep Learning
8 Optimization for Training Deep Models
9 Convolutional Networks
10 Sequence Modeling: Recurrent and Recursive Nets
11 Practical Methodology
12 Applications
Part III: Deep Learning Research
13 Linear Factor Models
14 Autoencoders
15 Representation Learning
16 Structured Probabilistic Models for Deep Learning
17 Monte Carlo Methods
18 Confronting the Partition Function
19 Approximate Inference
20 Deep Generative Models
(Course is in preparation, outline subject to change)
Please contact using the button or send a request to:
We will send you a booking form and further information.
Feedback from our students:
"I have never had a better technical instructor and I have taken a LOT of technical courses"—JB, US
"This was the best training I have ever attended"—WG, Germany
"I had the opportunity to attend the perfect training. Organized with excellence and led magnificantly!"—LD, Bulgaria
"It was a great and perfect training for me. The instructor was one of the best ones I had for technical training. The training was well-organized and covered a lot. Thank you."—AK, US
A differentiable neural computer being trained to store and recall dense binary numbers. Performance of a reference task shown.