Skip to content

Commit cce66b0

Browse files
committed
Merge branch 'gh-admin-od5-updates' of https://github.com/wolz-CODElife/learn-pr into gh-admin-od5-updates
2 parents 220ae26 + 66a0d48 commit cce66b0

File tree

65 files changed

+1440
-923
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1440
-923
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.intro-to-azure-ml.introduction
3-
title: Introduction
4-
metadata:
5-
title: Introduction
6-
description: Introduction to Azure Machine Learning
7-
ms.date: 07/20/2024
8-
author: sdgilley
9-
ms.author: sgilley
10-
ms.topic: unit
11-
durationInMinutes: 2
12-
content: |
13-
[!include[](includes/1-introduction.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.intro-to-azure-ml.introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: Introduction to Azure Machine Learning
7+
ms.date: 04/15/2025
8+
author: sdgilley
9+
ms.author: sgilley
10+
ms.topic: unit
11+
durationInMinutes: 2
12+
content: |
13+
[!include[](includes/1-introduction.md)]
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.intro-to-azure-ml.what-is-azure-ml
3-
title: What is Azure Machine Learning
4-
metadata:
5-
title: What is Azure Machine Learning
6-
description: What is Azure Machine Learning
7-
ms.date: 07/20/2024
8-
author: sdgilley
9-
ms.author: sgilley
10-
ms.topic: unit
11-
durationInMinutes: 6
12-
content: |
13-
[!include[](includes/2-what-is-azure-ml.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.intro-to-azure-ml.what-is-azure-ml
3+
title: What is Azure Machine Learning
4+
metadata:
5+
title: What is Azure Machine Learning
6+
description: What is Azure Machine Learning
7+
ms.date: 04/15/2025
8+
author: sdgilley
9+
ms.author: sgilley
10+
ms.topic: unit
11+
durationInMinutes: 6
12+
content: |
13+
[!include[](includes/2-what-is-azure-ml.md)]
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.intro-to-azure-ml.how-azure-ml-works
3-
title: How Azure Machine Learning works
4-
metadata:
5-
title: How Azure Machine Learning works
6-
description: How Azure Machine Learning works
7-
ms.date: 07/20/2024
8-
author: sdgilley
9-
ms.author: sgilley
10-
ms.topic: unit
11-
durationInMinutes: 7
12-
content: |
13-
[!include[](includes/3-how-azure-ml-works.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.intro-to-azure-ml.how-azure-ml-works
3+
title: How Azure Machine Learning works
4+
metadata:
5+
title: How Azure Machine Learning works
6+
description: How Azure Machine Learning works
7+
ms.date: 04/15/2025
8+
author: sdgilley
9+
ms.author: sgilley
10+
ms.topic: unit
11+
durationInMinutes: 7
12+
content: |
13+
[!include[](includes/3-how-azure-ml-works.md)]
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.intro-to-azure-ml.when-to-use-azure-ml
3-
title: When to use Azure Machine Learning
4-
metadata:
5-
title: When to user Azure Machine Learning
6-
description: When to use Azure Machine Learning
7-
ms.date: 07/20/2024
8-
author: sdgilley
9-
ms.author: sgilley
10-
ms.topic: unit
11-
durationInMinutes: 6
12-
content: |
13-
[!include[](includes/4-when-to-use-azure-ml.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.intro-to-azure-ml.when-to-use-azure-ml
3+
title: When to use Azure Machine Learning
4+
metadata:
5+
title: When to user Azure Machine Learning
6+
description: When to use Azure Machine Learning
7+
ms.date: 04/15/2025
8+
author: sdgilley
9+
ms.author: sgilley
10+
ms.topic: unit
11+
durationInMinutes: 6
12+
content: |
13+
[!include[](includes/4-when-to-use-azure-ml.md)]
Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.intro-to-azure-ml.knowledge-check
3-
title: Module assessment
4-
metadata:
5-
title: Module assessment
6-
description: Multiple-choice questions
7-
ms.date: 07/20/2024
8-
author: sdgilley
9-
ms.author: sgilley
10-
ms.topic: unit
11-
durationInMinutes: 3
12-
content: |
13-
[!include[](includes/5-knowledge-check.md)]
14-
quiz:
15-
title: Check your knowledge
16-
questions:
17-
- content: 'Which of these features does Azure Machine Learning studio designer have?'
18-
choices:
19-
- content: "Network Security controls and overview"
20-
isCorrect: false
21-
explanation: "Incorrect. Network security can be managed through the Azure portal and Workspace."
22-
- content: "Visual canvas with drag and drop controls."
23-
isCorrect: true
24-
explanation: "Correct. Azure Machine Learning Designer is found within the Azure Machine Learning Studio. It's suited for building ML pipelines by dragging and dropping modules to create workflows or tasks execute in a particular order."
25-
- content: "Model storage and versioning"
26-
isCorrect: false
27-
explanation: "Incorrect. Model storage and versioning can be accessed via the Workspace and Notebook feature."
28-
- content: 'Which of the following descriptions accurately describes a Pipeline?'
29-
choices:
30-
- content: "A coding environment for deploying and monitoring models"
31-
isCorrect: false
32-
explanation: "Incorrect. The coding environment can be found within a typical deployment pipeline but isn't a description of a pipeline."
33-
- content: "A top-level resource for managing all assets you create when you use Azure Machine Learning"
34-
isCorrect: false
35-
explanation: "Incorrect. This description describes a Workspace, which is where you manage all artifacts used to train and deploy models."
36-
- content: "A workflow of a complete machine learning process or task"
37-
isCorrect: true
38-
explanation: "Correct. Pipelines can encapsulate a task such as cleaning or extracting data or a complete workflow to train and deploy models."
39-
- content: 'Which MLOps principled features are found in Azure Machine Learning?'
40-
choices:
41-
- content: "Faster deployment of models"
42-
isCorrect: false
43-
explanation: "Incorrect. Yes, faster deployment is a MLOps principled feature in Azure Machine Learning, however, other features are also present within the service."
44-
- content: "Reproducible training pipelines and environments"
45-
isCorrect: false
46-
explanation: "Incorrect. Yes, reproducible training pipelines and environments are MLOps principled features in Azure Machine Learning, however, other features are also present within the service."
47-
- content: "All of the above"
48-
isCorrect: true
49-
explanation: "Correct. Azure Machine Learning incorporates all of these principles within its features to help create reproducible and reliable creation of models."
50-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.intro-to-azure-ml.knowledge-check
3+
title: Module assessment
4+
metadata:
5+
title: Module assessment
6+
description: Multiple-choice questions
7+
ms.date: 04/15/2025
8+
author: sdgilley
9+
ms.author: sgilley
10+
ms.topic: unit
11+
durationInMinutes: 3
12+
content: |
13+
[!include[](includes/5-knowledge-check.md)]
14+
quiz:
15+
title: Check your knowledge
16+
questions:
17+
- content: 'Which of these features does Azure Machine Learning studio designer have?'
18+
choices:
19+
- content: "Network Security controls and overview"
20+
isCorrect: false
21+
explanation: "Incorrect. You can manage network security through the Azure portal and Workspace."
22+
- content: "Visual canvas with drag and drop controls."
23+
isCorrect: true
24+
explanation: "Correct. You can find Azure Machine Learning Designer within the Azure Machine Learning studio. It's suited for building ML pipelines by dragging and dropping modules to create workflows or tasks execute in a particular order."
25+
- content: "Model storage and versioning"
26+
isCorrect: false
27+
explanation: "Incorrect. You can access model storage and versioning via the Workspace and Notebook feature."
28+
- content: 'Which of the following descriptions accurately describes a Pipeline?'
29+
choices:
30+
- content: "A coding environment for deploying and monitoring models"
31+
isCorrect: false
32+
explanation: "Incorrect. You can find the coding environment within a typical deployment pipeline, but isn't a description of a pipeline."
33+
- content: "A top-level resource for managing all assets you create when you use Azure Machine Learning"
34+
isCorrect: false
35+
explanation: "Incorrect. This description describes a Workspace, which is where you manage all artifacts used to train and deploy models."
36+
- content: "A workflow of a complete machine learning process or task"
37+
isCorrect: true
38+
explanation: "Correct. Pipelines can encapsulate a task such as cleaning or extracting data or a complete workflow to train and deploy models."
39+
- content: 'Which MLOps principled features are found in Azure Machine Learning?'
40+
choices:
41+
- content: "Faster model deployment"
42+
isCorrect: false
43+
explanation: "Incorrect. Yes, faster deployment is a MLOps principled feature in Azure Machine Learning; however, other features are also present within the service."
44+
- content: "Reproducible training pipelines and environments"
45+
isCorrect: false
46+
explanation: "Incorrect. Yes, reproducible training pipelines and environments are MLOps principled features in Azure Machine Learning; however, other features are also present within the service."
47+
- content: "All of the above"
48+
isCorrect: true
49+
explanation: "Correct. Azure Machine Learning incorporates all of these principles within its features to help create reproducible and reliable creation of models."
50+
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.intro-to-azure-ml.summary
3-
title: Summary
4-
metadata:
5-
title: Summary
6-
description: Summary
7-
ms.date: 07/20/2024
8-
author: sdgilley
9-
ms.author: sgilley
10-
ms.topic: unit
11-
durationInMinutes: 1
12-
content: |
13-
[!include[](includes/6-summary.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.intro-to-azure-ml.summary
3+
title: Summary
4+
metadata:
5+
title: Summary
6+
description: Summary
7+
ms.date: 04/15/2025
8+
author: sdgilley
9+
ms.author: sgilley
10+
ms.topic: unit
11+
durationInMinutes: 1
12+
content: |
13+
[!include[](includes/6-summary.md)]
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Azure Machine Learning is a cloud-based environment where you can build and manage machine learning models. It’s designed to govern the entire ML life cycle, so you can train and deploy models without focusing on setup. The platform is suitable for any kind of machine learning, from classical to deep learning, to supervised and unsupervised learning.
22

3-
Azure Machine Learning is structured to help teams of data scientists and ML engineers make the most of their existing data processing and model development skills. Whether you use _Python_ or _R_—or have previous experience with other open-source platforms such as _PyTorch_ and _TensorFlow_—Azure Machine Learning is flexible enough to support these platforms and accelerate your work.
3+
Azure Machine Learning is structured to help teams of data scientists and ML engineers make the most of their existing data-processing and model-development skills. Whether you use Python or R—or have previous experience with other open-source platforms such as PyTorch and TensorFlow—Azure Machine Learning is flexible enough to support these platforms and accelerate your work.
44

5-
With in-built services, like Azure Machine Learning studio that provides a user-friendly interface, and Automated Machine Learning capabilities that assist you in model selection and trainingAzure Machine Learning has tools and features to suit every level of experience.
5+
With in-built services like Azure Machine Learning studio that provides a user-friendly interface, and Automated Machine Learning capabilities that assist you in model selection and training, Azure Machine Learning has tools and features to suit every level of experience.
66

77
## Prerequisites
88

@@ -12,6 +12,6 @@ With in-built services, like Azure Machine Learning studio that provides a user-
1212

1313
In this module, you will:
1414

15-
* Assess the benefits of Azure Machine Learning
16-
* Describe what Azure Machine Learning is
17-
* Define scenarios where Azure Machine Learning can be applied
15+
* Assess the benefits of Azure Machine Learning.
16+
* Describe what Azure Machine Learning is.
17+
* Define scenarios where you can apply Azure Machine Learning.

0 commit comments

Comments
 (0)