Skip to content

Commit d3cfb0a

Browse files
Merge pull request #261986 from sdgilley/sdg-videos
add video
2 parents c7d3f57 + 1310965 commit d3cfb0a

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

articles/machine-learning/tutorial-deploy-model.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ The steps you'll take are:
3535
> * Get details of the second deployment
3636
> * Roll out the new deployment and delete the first one
3737
38+
This video shows how to get started in Azure Machine Learning studio so that you can follow the steps in the tutorial. The video shows how to create a notebook, create a compute instance, and clone the notebook. The steps are also described in the following sections.
39+
40+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=7d0e09a5-c319-4e6a-85e2-c9601a0fba68]
41+
3842
## Prerequisites
3943

4044
1. [!INCLUDE [workspace](includes/prereq-workspace.md)]

articles/machine-learning/tutorial-explore-data.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ In this tutorial you learn how to:
2727
2828
The start of a machine learning project typically involves exploratory data analysis (EDA), data-preprocessing (cleaning, feature engineering), and the building of Machine Learning model prototypes to validate hypotheses. This _prototyping_ project phase is highly interactive. It lends itself to development in an IDE or a Jupyter notebook, with a _Python interactive console_. This tutorial describes these ideas.
2929

30+
This video shows how to get started in Azure Machine Learning studio so that you can follow the steps in the tutorial. The video shows how to create a notebook, clone the notebook, create a compute instance, and download the data needed for the tutorial. The steps are also described in the following sections.
31+
32+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=514a29e2-0ae7-4a5d-a537-8f10681f5545]
33+
3034
## Prerequisites
3135

3236
1. [!INCLUDE [workspace](includes/prereq-workspace.md)]

articles/machine-learning/tutorial-pipeline-python-sdk.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ The two steps are first data preparation and second training.
5050

5151
:::image type="content" source="media/tutorial-pipeline-python-sdk/pipeline-overview.jpg" alt-text="Diagram shows overview of the pipeline.":::
5252

53-
## Prerequisites
53+
This video shows how to get started in Azure Machine Learning studio so that you can follow the steps in the tutorial. The video shows how to create a notebook, create a compute instance, and clone the notebook. The steps are also described in the following sections.
54+
55+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=0d201750-ff0a-4665-90c5-a00aca350210]
5456
57+
## Prerequisites
5558

5659
1. [!INCLUDE [workspace](includes/prereq-workspace.md)]
5760

articles/machine-learning/tutorial-train-model.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ The steps are:
3434
> * Deploy the newly-trained model as an endpoint
3535
> * Call the Azure Machine Learning endpoint for inferencing
3636
37+
This video shows how to get started in Azure Machine Learning studio so that you can follow the steps in the tutorial. The video shows how to create a notebook, create a compute instance, and clone the notebook. The steps are also described in the following sections.
38+
39+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=de35c980-0aeb-4391-a609-8017d15c4e72]
40+
3741
## Prerequisites
3842

3943
1. [!INCLUDE [workspace](includes/prereq-workspace.md)]

0 commit comments

Comments
 (0)