Skip to content

Commit e50839b

Browse files
authored
Merge pull request #54913 from sdgilley/master
add links for notebook examples
2 parents 81f3450 + fd8572d commit e50839b

14 files changed

+28
-28
lines changed

articles/machine-learning/service/concept-ml-pipelines.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Check out the [Python SDK reference docs for pipelines](http://aka.ms/aml-sdk) a
6363

6464
## Example notebooks
6565

66-
The following notebook demonstrates pipelines with Azure Machine Learning: `pipeline/pipeline-batch-scoring.ipynb`.
66+
The following notebook demonstrates pipelines with Azure Machine Learning: [pipeline/pipeline-batch-scoring.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/pipeline/pipeline-batch-scoring.ipynb).
6767

68-
Get these notebooks:
68+
Get this notebook:
6969

7070
[!INCLUDE [aml-clone-in-azure-notebook](../../../includes/aml-clone-for-examples.md)]

articles/machine-learning/service/how-to-auto-train-remote.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Find logs on the DSVM under /tmp/azureml_run/{iterationid}/azureml-logs.
199199

200200
## Example
201201

202-
The `automl/03.auto-ml-remote-execution.ipynb` notebook demonstrates concepts in this article. Get this notebook:
202+
The [automl/03.auto-ml-remote-execution.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/automl/03.auto-ml-remote-execution.ipynb) notebook demonstrates concepts in this article. Get this notebook:
203203

204204
[!INCLUDE [aml-clone-in-azure-notebook](../../../includes/aml-clone-for-examples.md)]
205205

articles/machine-learning/service/how-to-build-deploy-onnx.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ The following notebooks demonstrate how to create ONNX models and deploy them wi
194194
+ `/onnx/onnx-train-pytorch-aml-deploy-mnist.ipynb`
195195

196196
The following notebooks demonstrate how to deploy existing ONNX models with Azure Machine Learning:
197-
+ `/onnx/onnx-inference-mnist.ipynb`
198-
+ `/onnx/onnx-inference-emotion-recognition.ipynb`
197+
+ [onnx/onnx-inference-mnist.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/onnx/onnx-inference-mnist.ipynb)
198+
+ [onnx/onnx-inference-emotion-recognition.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/onnx/onnx-inference-emotion-recognition.ipynb)
199199

200-
Get this notebook:
200+
Get these notebooks:
201201

202202
[!INCLUDE [aml-clone-in-azure-notebook](../../../includes/aml-clone-for-examples.md)]
203203

articles/machine-learning/service/how-to-deploy-fpga-web-service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Azure Machine Learning models running on FPGAs provide SSL support and key-based
166166
167167
## Sample notebook
168168
169-
Concepts in this article are demonstrated in the `project-brainwave/project-brainwave-quickstart.ipynb` notebook.
169+
Concepts in this article are demonstrated in the [project-brainwave/project-brainwave-quickstart.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/project-brainwave/project-brainwave-quickstart.ipynb) notebook.
170170
171171
Get this notebook:
172172

articles/machine-learning/service/how-to-enable-app-insights.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Click [here](../../application-insights/app-insights-overview.md) to learn more
121121

122122
## Example Notebook
123123

124-
The `00.Getting Started/13.enable-app-insights-in-production-service.ipynb` notebook demonstrates concepts in this article. Get this notebook:
124+
The [00.Getting Started/13.enable-app-insights-in-production-service.ipynb](https://github.com/Azure/MachineLearningNotebooks/tree/master/01.getting-started/13.enable-app-insights) notebook demonstrates concepts in this article. Get this notebook:
125125

126126
[!INCLUDE [aml-clone-in-azure-notebook](../../../includes/aml-clone-for-examples.md)]
127127

articles/machine-learning/service/how-to-enable-data-collection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ You can stop collecting data any time. Use Python code or the Azure portal to di
156156

157157
## Example notebook
158158

159-
The `00.Getting Started/12.enable-data-collection-for-models-in-aks.ipynb` notebook demonstrates concepts in this article.
159+
The [00.Getting Started/12.enable-data-collection-for-models-in-aks.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/01.getting-started/12.enable-data-collection-for-models-in-aks) notebook demonstrates concepts in this article.
160160

161161
Get this notebook:
162162

articles/machine-learning/service/how-to-set-up-training-targets.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -409,11 +409,11 @@ Follow the above steps to view the list of compute targets, then use the followi
409409

410410
## Examples
411411
The following notebooks demonstrate concepts in this article:
412-
* `01.getting-started/02.train-on-local/02.train-on-local.ipynb`
413-
* `01.getting-started/04.train-on-remote-vm/04.train-on-remote-vm.ipynb`
414-
* `01.getting-started/03.train-on-aci/03.train-on-aci.ipynb`
415-
* `01.getting-started/05.train-in-spark/05.train-in-spark.ipynb`
416-
* `tutorials/01.train-models.ipynb`
412+
* [01.getting-started/02.train-on-local/02.train-on-local.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/01.getting-started/02.train-on-local)
413+
* [01.getting-started/04.train-on-remote-vm/04.train-on-remote-vm.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/01.getting-started/04.train-on-remote-vm)
414+
* [01.getting-started/03.train-on-aci/03.train-on-aci.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/01.getting-started/03.train-on-aci)
415+
* [01.getting-started/05.train-in-spark/05.train-in-spark.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/01.getting-started/05.train-in-spark)
416+
* [tutorials/01.train-models.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/tutorials/01.train-models.ipynb)
417417

418418
Get these notebooks:
419419
[!INCLUDE [aml-clone-in-azure-notebook](../../../includes/aml-clone-for-examples.md)]

articles/machine-learning/service/how-to-track-experiments.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ You can also view any outputs or logs for the run, or download the snapshot of t
243243

244244
## Example notebooks
245245
The following notebooks demonstrate concepts in this article:
246-
* `01.getting-started/01.train-within-notebook/01.train-within-notebook.ipynb`
247-
* `01.getting-started/02.train-on-local/02.train-on-local.ipynb`
246+
* [01.getting-started/01.train-within-notebook/01.train-within-notebook.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/01.getting-started/01.train-within-notebook)
247+
* [01.getting-started/02.train-on-local/02.train-on-local.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/01.getting-started/02.train-on-local)
248248

249249
Get these notebooks:
250250
[!INCLUDE [aml-clone-in-azure-notebook](../../../includes/aml-clone-for-examples.md)]

articles/machine-learning/service/how-to-train-ml-models.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ run = experiment.submit(cntk_est)
115115

116116
## Examples
117117
For a tutorial on training a sklearn model, see:
118-
* `tutorials/01.train-models.ipynb`
118+
* [tutorials/01.train-models.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/tutorials/01.train-models.ipynb)
119119

120120
For a tutorial on distributed CNTK using custom docker, see:
121-
* `training/06.distributed-cntk-with-custom-docker`
121+
* [training/06.distributed-cntk-with-custom-docker](https://github.com/Azure/MachineLearningNotebooks/blob/master/training/06.distributed-cntk-with-custom-docker)
122122

123123
Get these notebooks:
124124

articles/machine-learning/service/how-to-train-pytorch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ run = exp.submit(pt_est)
9696

9797
## Examples
9898
For a tutorial on single-node PyTorch training, see:
99-
* `training/01.train-hyperparameter-tune-deploy-with-pytorch`
99+
* [training/01.train-hyperparameter-tune-deploy-with-pytorch](https://github.com/Azure/MachineLearningNotebooks/tree/master/training/01.train-hyperparameter-tune-deploy-with-pytorch)
100100

101101
For a tutorial on distributed PyTorch with Horovod, see:
102-
* `training/02.distributed-pytorch-with-horovod`
102+
* [training/02.distributed-pytorch-with-horovod](https://github.com/Azure/MachineLearningNotebooks/blob/master/training/02.distributed-pytorch-with-horovod)
103103

104104
Get these notebooks:
105105

articles/machine-learning/service/how-to-train-tensorflow.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,13 @@ run = exp.submit(tf_est)
166166

167167
## Examples
168168
For a tutorial on single-node TensorFlow training, see:
169-
* `training/03.train-hyperparameter-tune-deploy-with-tensorflow `
169+
* [training/03.train-hyperparameter-tune-deploy-with-tensorflow](https://github.com/Azure/MachineLearningNotebooks/blob/master/training/03.train-hyperparameter-tune-deploy-with-tensorflow/03.train-hyperparameter-tune-deploy-with-tensorflow.ipynb)
170170

171171
For a tutorial on distributed TensorFlow with Horovod, see:
172-
* `training/04.distributed-tensorflow-with-horovod`
172+
* [training/04.distributed-tensorflow-with-horovod](https://github.com/Azure/MachineLearningNotebooks/tree/master/training/04.distributed-tensorflow-with-horovod)
173173

174174
For a tutorial on native distributed TensorFlow, see:
175-
* `training/05.distributed-tensorflow-with-parameter-server`
175+
* [training/05.distributed-tensorflow-with-parameter-server](https://github.com/Azure/MachineLearningNotebooks/blob/master/training/05.distributed-tensorflow-with-parameter-server)
176176

177177
Get these notebooks:
178178

articles/machine-learning/service/how-to-tune-hyperparameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ print('\n batch size:',parameter_values[7])
335335

336336
## Sample notebook
337337
Refer to
338-
* `training/03.train-hyperparameter-tune-deploy-with-tensorflow/03.train-hyperparameter-tune-deploy-with-tensorflow.ipynb` for a tutorial on tuning hyperparameters for a Tensorflow model.
338+
* [training/03.train-hyperparameter-tune-deploy-with-tensorflow](https://github.com/Azure/MachineLearningNotebooks/blob/master/training/03.train-hyperparameter-tune-deploy-with-tensorflow) for a tutorial on tuning hyperparameters for a Tensorflow model.
339339

340340
Get this notebook:
341341

articles/machine-learning/service/quickstart-get-started.md

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Click on the `Open Azure Notebooks` button to try your first experiment.
5555

5656
![Launch Azure Notebook](./media/quickstart-get-started/explore_ws.png)
5757

58+
Your organizations may require [administrator consent](https://notebooks.azure.com/help/signing-up/work-or-school-account/admin-consent) before you can sign in.
59+
5860
After you sign in, a new tab opens and a `Clone Library` prompt appears. Click on `Clone`
5961

6062

includes/aml-clone-for-examples.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ ms.date: 09/24/2018
1212
---
1313

1414
1. [![Azure Notebooks](https://notebooks.azure.com/launch.png)](https://aka.ms/aml-clone-azure-notebooks)
15-
[Import sample notebooks into Azure Notebooks](https://aka.ms/aml-clone-azure-notebooks).
16-
1. Create a workspace and its configuration file (**config.json**) using instructions in [How to configure a development environment for the Azure Machine Learning service](https://aka.ms/aml-how-to-configure-environment).
17-
2. Select `+New` in the toolbar to add your **config.json** file to the same folder as the notebook.
18-
3. Open the notebook.
15+
[Import sample notebooks into Azure Notebooks](https://aka.ms/aml-clone-azure-notebooks). (Your organizations may require [administrator consent](https://notebooks.azure.com/help/signing-up/work-or-school-account/admin-consent) before you can sign in.)
16+
1. See the README in the imported library for further instructions to run the notebooks.

0 commit comments

Comments
 (0)