Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Designing and Implementing a Data Science Solution on Azure

Price
1,785 - 2,380 USD
3 Days
MOC-DP-100T01
Classroom Training, Online Training
Microsoft

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Date: 27-May-2024 to 29-May-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,785 USD
  • Guaranteed to Run
    Date: 28-May-2024 to 31-May-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: united
    Price: 2,380 USD
View Global Schedule

Course Description

Overview

The Azure Data Scientist applies their knowledge of data science and machine learning to implementing and running machine learning workloads on Microsoft Azure; in particular, using Azure Machine Learning Service. This entails planning and creating a suitable working environment for data science workloads on Azure, running data experiments and training predictive models, managing and optimizing models, and deploying machine learning models into production.
 

Objectives

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.
 

Audience

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.
 

Prerequisites

    Before attending this course, students must have:
    • A fundamental knowledge of Microsoft Azure
    • Experience of writing Python code to work with data, using libraries such as Numpy, Pandas, and Matplotlib. 
    • Understanding of data science; including how to prepare data, and train machine learning models using common machine learning libraries such as Scikit-Learn, PyTorch, or Tensorflow.

     

Topics

Course OutlineModule 1: Introduction to Azure Machine LearningIn 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
  • Getting Started with Azure Machine Learning
  • Azure Machine Learning Tools
Lab : Creating an Azure Machine Learning WorkspaceLab : Working with Azure Machine Learning ToolsAfter completing this module, you will be able to
  • Provision an Azure Machine Learning workspace
  • Use tools and code to work with Azure Machine Learning
Module 2: No-Code Machine Learning with DesignerThis module introduces the Designer tool, a drag and drop interface for creating machine learning models without writing any code. You will learn how to create a training pipeline that encapsulates data preparation and model training, and then convert that training pipeline to an inference pipeline that can be used to predict values from new data, before finally deploying the inference pipeline as a service for client applications to consume.Lessons
  • Training Models with Designer
  • Publishing Models with Designer
Lab : Creating a Training Pipeline with the Azure ML DesignerLab : Deploying a Service with the Azure ML DesignerAfter completing this module, you will be able to
  • Use designer to train a machine learning model
  • Deploy a Designer pipeline as a service
Module 3: Running Experiments and Training ModelsIn 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 : Running ExperimentsLab : Training and Registering ModelsAfter 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 DataData 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 : Working with DatastoresLab : Working with DatasetsAfter completing this module, you will be able to
  • Create and consume datastores
  • Create and consume datasets
Module 5: Compute ContextsOne 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 : Working with EnvironmentsLab : Working with Compute TargetsAfter completing this module, you will be able to
  • Create and use environments
  • Create and use compute targets
Module 6: Orchestrating Operations with PipelinesNow 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 : Creating a PipelineLab : Publishing a PipelineAfter 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 ModelsModels 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
Lab : Creating a Real-time Inferencing ServiceLab : Creating a Batch Inferencing ServiceAfter 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
Module 8: Training Optimal ModelsBy 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 : Tuning HyperparametersLab : Using Automated Machine LearningAfter 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: Interpreting ModelsMany of the decisions made by organizations and automated systems today are based on predictions made by machine learning models. It's increasingly important to be able to understand the factors that influence the predictions made by a model, and to be able to determine any unintended biases in the model's behavior. This module describes how you can interpret models to explain how feature importance determines their predictions.Lessons
  • Introduction to Model Interpretation
  • using Model Explainers
Lab : Reviewing Automated Machine Learning ExplanationsLab : Interpreting ModelsAfter completing this module, you will be able to
  • Generate model explanations with automated machine learning
  • Use explainers to interpret machine learning models
Module 10: Monitoring ModelsAfter 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 : Monitoring a Model with Application InsightsLab : Monitoring Data DriftAfter completing this module, you will be able to
  • Use Application Insights to monitor a published model
  • Monitor data drift

 
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.