Processing...

Home > Designing And Implementing A Data Science Solution On Azure (dp-100t01-a)

Designing and Implementing a Data Science Solution on Azure (DP-100T01-A)

Learnfast is a Microsoft Silver Learning Partner. This is an authorised Microsoft Official Course (MOC), a preparation course for the DP-100: Designing and Implementing a Data Science Solution on Azure exam. 

Welcome to the Designing and Implementing a Data Science Solution on Azure course. 

 

In this three-day course learners will 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. 

 

Job role: Data Scientist 

 

Features & Benefits

          

  • Learners will gain confidence to take other role-based courses and certifications. 
  • An additional fee is payable for exam vouchers. 
  • Take full advantage of our new Hybrid Learning by attending on campus or virtually. Have all your classes ready to be downloaded and watched, anytime, anywhere. (Read More)

          

  • Attendees will learn practical skills which can be applied in the work environment.  

Outcomes & Objectives

Upon completion of this course, learners will have acquired these skills 

  • Provision an Azure Machine Learning workspace 
  • Use tools and code to work with Azure Machine Learning 
  • Use automated machine learning to train a machine learning model 
  • Use Azure Machine Learning designer to train a model 
  • Run code-based experiments in an Azure Machine Learning workspace 
  • Train and register machine learning models 
  • Create and use datastores 
  • Create and use datasets 
  • Create and use environments 
  • Create and use compute targets 
  • Create pipelines to automate machine learning workflows 
  • Publish and run pipeline services 
  • 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 
  • Optimize hyperparameters for model training 
  • Use automated machine learning to find the optimal model for your data 
  • Apply differential provacy to data analysis 
  • Use explainers to interpret machine learning models 
  • Evaluate models for fairness 
  • Use Application Insights to monitor a published model 
  • Monitor data drift 
  • Pricing & Payment Options

    NEW SECTION
  • Duration

    In Class/Virtual Class, Hybrid Learning (Learn More) 

    • 3 Days (08:30 – 16:00) Classes are  presented via our Hybrid Learning allowing  learners the flexibility to attend on campus or in the comfort of their home or workplace. 

  • Course Prerequisites

    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 

Our Delivery Methods

Our innovative "myWay” learning methodology is built around the students individual learning requirement, allowing each student to learn in a style that is most suitable for their skills set, knowledge and schedule.

Instructor-Led Classes

Reach your full potential through our “myWay Instructor-Led” classes combined with interactive lessons, supporting video content, practical assignments and in field experience, done during the traditional 08:00 – 16:00 working day.

Online Mentored Learning

Do a course at your pace via our “myWay Online Mentored Learning”, combining self-study with supported interactive online video lectures, an online course mentor, extra resources, questionnaires and more, all supported via out Online Student Portal.

Part Time Mentored Learning

Designed for the working professional, our part time programmes provides you with the flexibility and benefit of our myWay Blended Learning with at home exercises/assignments and mentored or in-class lectures at a manageable schedule and pace.

Our Hybrid Delivery Methods

Our Hybrid Delivery Methods

myWay Hybrid Learning is a technology mediated delivery method that extends the benefit of flexibility and technology to all students. Each Hybrid delivery method is described in the section below.

#AnywhereAnytime

Have all your classes ready to be downloaded and watched, anytime, anywhere.

#NoStudentLeftBehind

Never miss a classs because of health, traffic, or transport issues.

#Flexibility

A personalized class schedule, attend class on campus, virtually or both.

 

In Class or Virtual Class Based Learning

A technology mediated delivery method allowing campus based class or virtual class attendance, or a combination of both. Classes can be in the form of lecture based or mentored based.

 

Mentored Online Learning

A technology mediated, self paced online delivery method with personal mentorship.

What you get

On completion the learner will earn:   

 

Note: All certificates are electronically issued.  

 

Important Notes

  • Learners to arrive at the training venue from 08:00 in preparation for 08:30 starting time 
  • Bookings are only confirmed upon receipt of the proof of payment or an official company purchase order. 
  • For full day, on campus courses, Learnfast will supply you with a computer to use for training (if applicable),& tea/coffee and a full lunch. Catering is not included for On-Site training and laptops are available for hire at an additional cost if required. 
  • Cancellation or rescheduling requests must be in writing and reach us via email at least 5-10 working days prior to the course commencement date. Full course fees will be retained for no shows. 
  • Virtual learners are required to have a stable internet connection & a working headset available for sound purposes.  
  • Learners who use their own laptops are fully responsible to ensure that administration rights, software installations, etc. are working sufficiently prior to training. 
  • Learnfast reserves the right to cancel or postpone dates if we require to do so and undertake to inform clients in writing and telephonically of these changes. 
  • Learnfast is not responsible for costs associated with cancellation of classes such as flight and accommodation for clients. 
 
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. 
 
  • Introduction to Azure Machine Learning 
  • Working with Azure Machine Learning
 

Module 2: No-Code 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. 
 
  • Automated Machine Learning 
  • Azure Machine Learning Designer 
 

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.
 
  • Introduction to Experiments 
  • Training and Registering 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 data stores and datasets in an Azure Machine Learning workspace, and how to use them in model training experiments.
 
  • Working with Datastores 
  • Working with 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. 
 
  • Working with Environments 
  • Working with 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. 
 
  • Introduction to Pipelines 
  • Publishing and Running Pipelines 
 

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. 
 
  • Real-time Inferencing 
  • Batch Inferencing 
  • 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. 
 
  • Hyperparameter Tuning 
  • Automated Machine Learning 
 

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. 
 
  • Differential Privacy 
  • Model Interpretability 
  • 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. 
 
  • Monitoring Models with Application Insights 
  • Monitoring Data Drift 
    No dates have been specified for this course.
    Please contact The CAD Corporation for more information and dates on this course.

By completing the below online booking, a booking confirmation will be sent out and an invoice will be generated. A place will be reserved on this course and you are expected to attend. If you require a quote first please contact Learnfast offices and speak to a sales consultant.

Designing and Implementing a Data Science Solution on Azure (DP-100T01-A)





  1. By booking for this course, an invoice will be generated and you will be liable for the payment of this invoice. If you require a quote, please contact The CAD Corporation Offices.
  2. After the generation of the invoice a training confirmation will be emailed using the details provided above.
  3. The CAD Corporation retains the rights to change this calendar without any notification.
  4. Tea/coffee and a light lunch will be provided.
  5. All university students will receive a 10% discount for cash payments.
  6. The minimum notice of cancellation is 5 (five) working days prior to the course commencement date. If you fail to do so the full amount is payable.
  7. Students are to be at the training venue by 08h00 in preparation for a 08h30 start time.

As a valued friend of Learnfast, we take your privacy seriously. The POPI Act comes into effect on 1 July 2021 and, we would like to assure you that we treat your information with sensitivity and confidentiality.

By filling in this form, you agree to receive newsletters and communication from Learnfast.
Delivery Method: 
As a valued friend of Learnfast, we take your privacy seriously. The POPI Act comes into effect on 1 July 2021 and, we would like to assure you that we treat your information with sensitivity and confidentiality.

By filling in this form, you agree to receive newsletters and communication from Learnfast.
  • Math Result: