diff --git a/tutorials/README.md b/tutorials/README.md index 3c656e7f..7262c4c1 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -6,7 +6,7 @@ two sets of tutorial articles for: * [Image classification using MNIST dataset](https://docs.microsoft.com/en-us/azure/machine-learning/service/tutorial-train-models-with-aml) * [Regression using NYC Taxi dataset](https://docs.microsoft.com/en-us/azure/machine-learning/service/tutorial-data-prep) -As a pre-requisite, run the [configuration Notebook](../configuration.ipynb) notebook first to set up your Azure ML Workspace. Then, run the notebooks in following recommended order. +If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, run the [configuration Notebook](../configuration.ipynb) notebook first to set up your Azure ML Workspace. Then, run the notebooks in following recommended order. ### Image classification @@ -18,3 +18,5 @@ As a pre-requisite, run the [configuration Notebook](../configuration.ipynb) not * [Part 2](regression-part2-automated-ml.ipynb): Train a model using Automated Machine Learning. Also find quickstarts and how-tos on the [official documentation site for Azure Machine Learning service](https://docs.microsoft.com/en-us/azure/machine-learning/service/). + +![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/tutorials/README.png)