null
NextTech
  • All Courses
  • Applications
    • Adobe
    • Microsoft 365
    • Microsoft Apps for Business
    • Windows 10
  • Information Technology
    • AI & Machine Learning
    • Apps, Infrastructure, & Networking
    • Big Data
    • Business Applications
    • Cloud Computing
    • Data Centre
    • DevOps
    • SAP
    • Security
    • Software Development
  • Process Management
    • Agile
    • APMG
    • Business Analysis
    • IT Services
    • MSP
    • PRINCE2
    • Project Management
    • Quality
    • RESILIA
    • Software Testing
  • Professional Development
    • Business Communication
    • Sales
    • Business Skills
    • Customer Service
    • Digital Marketing
    • Learning and Development
    • Management and Leadership
    • Performance Enhancement
  • Contact Us
    • Online Evaluations
    • Training Guide
    • Google Review
  • Blog
  • Request a Quote
  • Sign in
  • Register
  • Australian Dollars
  • Request a Quote
Vertical Categories
NextTech
0
NextTech
  • Hello, sign in My Account
    • Sign in
    • Register
  • My Cart

    0 items $0
All Courses
  • Applications
    • Adobe
    • Microsoft 365
    • Microsoft Apps for Business
    • Windows 10
  • Information Technology
    • AI & Machine Learning
    • Apps, Infrastructure, & Networking
    • Big Data
    • Business Applications
    • Cloud Computing
    • Data Centre
    • DevOps
    • SAP
    • Security
    • Software Development
  • Process Management
    • Agile
    • APMG
    • Business Analysis
    • IT Services
    • MSP
    • PRINCE2
    • Project Management
    • Quality
    • RESILIA
    • Software Testing
  • Professional Development
    • Business Communication
    • Sales
    • Business Skills
    • Customer Service
    • Digital Marketing
    • Learning and Development
    • Management and Leadership
    • Performance Enhancement
  • Home
  • Contact Us
    • Online Evaluations
    • Training Guide
    • Google Review
  • Blog
  • Request a Quote

DP-100T01: Designing and Implementing a Data Science solution on Azure

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...
MSRP:
Was:
Now: $2,670
(You save )
Brand
Microsoft
SKU:
DP-100T01
Duration:
3 Days
Delivery:
Virtual Classroom
Course Date :

Adding to cart… The item has been added
Request a Quote
Share this course
  • Facebook
  • Email
  • Print
  • Twitter
  • Linkedin
  • Pinterest
  • Home
  • All Courses
  • DP-100T01: Designing and Implementing a Data Science solution on Azure

DP-100T01: Designing and Implementing a Data Science Solution on Azure

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 in Microsoft Azure.

  • Course Overview
  • Course Content
  • FAQs

Audience profile

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.

Pre-requisites

Successful Azure Data Scientists start this role with a fundamental knowledge of cloud computing concepts, and experience in general data science and machine learning tools and techniques.

Specifically:

  • Creating cloud resources in Microsoft Azure.
  • Using Python to explore and visualize data.
  • Training and validating machine learning models using common frameworks like Scikit-Learn, PyTorch, and TensorFlow.
  • Working with containers

To gain these prerequisite skills, take the following free online training before attending the course:

  • Explore Microsoft cloud concepts.
  • Create machine learning models.
  • Administer containers in Azure

If you are completely new to data science and machine learning, please complete Microsoft Azure AI Fundamentals first.

Course Content

DP-100T01: Designing and Implementing a Data Science Solution on Azure

  • Lesson 1: Getting Started with Azure Machine Learning

    In this lesson, 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.

    • Introduction to Azure Machine Learning
    • Working with Azure Machine Learning
    • Lab : Create an Azure Machine Learning Workspace


    After completing this lesson you will be able to:

    • Provision an Azure Machine Learning workspace
    • Use tools and code to work with Azure Machine Learning
  • Lesson 2: Visual Tools for Machine Learning

    This lesson 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.

    • Automated Machine Learning
    • Azure Machine Learning Designer
    • Lab : Use Automated Machine Learning
    • Lab : Use Azure Machine Learning Designer


    After completing this lesson you will be able to:

    • Use automated machine learning to train a machine learning model
    • Use Azure Machine Learning designer to train a model
  • Lesson 3: Running Experiments and Training Models

    In this lesson, you will get started with experiments that encapsulate data processing and model training code, and use them to train machine learning models.

    • Introduction to Experiments
    • Training and Registering Models
    • Lab : Train Models
    • Lab : Run Experiments


    After completing this lesson you will be able to:

    • Run code-based experiments in an Azure Machine Learning workspace
    • Train and register machine learning models
  • Lesson 4: Working with Data

    Data is a fundamental element in any machine learning workload, so in this lesson, 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.

    • Working with Datastores
    • Working with Datasets
    • Lab : Work with Data


    After completing this lesson you will be able to:

    • Create and use datastores
    • Create and use datasets
  • Lesson 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 lesson, 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.

    • Working with Environments
    • Working with Compute Targets
    • Lab : Work with Compute


    After completing this lesson you will be able to:

    • Create and use environments
    • Create and use compute targets
  • Lesson 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 lesson.

    • Introduction to Pipelines
    • Publishing and Running Pipelines
    • Lab : Create a Pipeline


    After completing this lesson you will be able to:

    • Create pipelines to automate machine learning workflows
    • Publish and run pipeline services
  • Lesson 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 lesson learn how to deploy models for real-time inferencing, and for batch inferencing.

    • 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 lesson 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
  • Lesson 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 lesson, 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.

    • Hyperparameter Tuning
    • Automated Machine Learning
    • Lab : Use Automated Machine Learning from the SDK
    • Lab : Tune Hyperparameters


    After completing this lesson you will be able to:

    • Optimize hyperparameters for model training
    • Use automated machine learning to find the optimal model for your data
  • Lesson 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 lesson explores some considerations and techniques for applying responsible machine learning principles.

    • Differential Privacy
    • Model Interpretability
    • Fairness
    • Lab : Explore Differential provacy
    • Lab : Interpret Models
    • Lab : Detect and Mitigate Unfairness


    After completing this lesson you will be able to:

    • Apply differential provacy to data analysis
    • Use explainers to interpret machine learning models
    • Evaluate models for fairness
  • Lesson 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 lesson describes techniques for monitoring models and their data.

    • Monitoring Models with Application Insights
    • Monitoring Data Drift
    • Lab : Monitor Data Drift
    • Lab : Monitor a Model with Application Insights


    After completing this lesson you will be able to:

    • Use Application Insights to monitor a published model
    • Monitor data drift

FAQs

  • How do I enrol in this online training?

    You can enrol in this training on our website and make an online payment using any of the following option

    • Visa Credit or Debit Card
    • MasterCard
    • American Express
    • Diners Club
    • PayPal

    Once payment is received, you will automatically receive a payment receipt and access information via email.

Buy Now

Our Most Popular Training Courses

PI4

AZ-305T00: Designing Microsoft Azure Infrastructure Solutions

MSRP:
Was:
Now: $3,560

Microsoft

  • Duration 4 Days
View Course
Everything you need to become a PRINCE2 Practitioner, all in one place.
Course Name Exam Access/Duration Price (Incl Tax)  
AZ-305T00: Designing Microsoft Azure Infrastructure Solutions 4 Days
MSRP:
Was:
Now: $3,560
course info
BApps9

AZ-400T00: Designing and Implementing Microsoft DevOps Solutions

MSRP:
Was:
Now: $4,250

Microsoft

  • Duration 5 Days
View Course
Everything you need to become a PRINCE2 Practitioner, all in one place.
Course Name Exam Access/Duration Price (Incl Tax)  
AZ-400T00: Designing and Implementing Microsoft DevOps Solutions 5 Days
MSRP:
Was:
Now: $4,250
course info
PD5

AZ-700T00: Designing and Implementing Microsoft Azure Networking Solutions

MSRP:
Was:
Now: $2,670

Microsoft

  • Duration 3 Days
View Course
Everything you need to become a PRINCE2 Practitioner, all in one place.
Course Name Exam Access/Duration Price (Incl Tax)  
AZ-700T00: Designing and Implementing Microsoft Azure Networking Solutions 3 Days
MSRP:
Was:
Now: $2,670
course info
PI2

AI-102T00: Designing and Implementing a Microsoft Azure AI Solution

MSRP:
Was:
Now: $3,560

Microsoft

  • Duration 4 Days
View Course
Everything you need to become a PRINCE2 Practitioner, all in one place.
Course Name Exam Access/Duration Price (Incl Tax)  
AI-102T00: Designing and Implementing a Microsoft Azure AI Solution 4 Days
MSRP:
Was:
Now: $3,560
course info
Designing Microsoft Azure Infrastructure Solutions AZ-305

Designing Microsoft Azure Infrastructure Solutions AZ-305

MSRP:
Was:
Now: $1,069

Microsoft

  • Duration 12 Months
View Course The item has been added
Everything you need to become a PRINCE2 Practitioner, all in one place.
Course Name Exam Access/Duration Price (Incl Tax)  
Designing Microsoft Azure Infrastructure Solutions AZ-305 12 Months
MSRP:
Was:
Now: $1,069
course info View Course
NextTech
Address :
Level 9 123 Pitt Street
Sydney - NSW - 2000
1300 263 559

Information

  • Contact Us
  • Blog
  • Sitemap

Brands

  • Microsoft
  • NextTech eLearning
  • VMware
  • SAP
  • AXELOS
  • View All

All Courses

  • Applications
  • Information Technology
  • Process Management
  • Professional Development
  • View All

Sign Up For Newsletter

Get the latest updates on new products and upcoming sales

PRINCE2®, PRINCE2 Agile®, MSP®, P3O®, M_o_R®, MoV®, MoP® and ITIL® are registered trademarks of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved. The Swirl logo™ is a trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved. CAPM is a registered mark of the Project Management Institute, Inc. PMP is a registered mark of the Project Management Institute, Inc. PMI is a registered mark of the Project Management Institute, Inc. The PMI Registered Education Provider logo is a registered mark of the Project Management Institute, Inc. PMBOK is a registered mark of the Project Management Institute, Inc. PMI Program Management Professional (PgMP)® is a registered mark of Project Management Institute, Inc. PMI Agile Certified Practitioner (PMI-ACP)® is a registered mark of Project Management Institute, Inc.
© 2023 NextTech. Site by Andmine Digital Agency Melbourne Digital Agency Melbourne - AndMine