From 50787f4ccc20dd7ddd0543c71ddb964d2f33f2c7 Mon Sep 17 00:00:00 2001 From: Roope Astala Date: Mon, 19 Nov 2018 13:35:11 -0500 Subject: [PATCH] Update tutorials/README.md --- tutorials/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tutorials/README.md diff --git a/tutorials/README.md b/tutorials/README.md new file mode 100644 index 00000000..14338c82 --- /dev/null +++ b/tutorials/README.md @@ -0,0 +1,9 @@ +## Azure Machine Learning service Tutorial + +Complete these tutorials to learn how to train and deploy models using Azure Machine Learning services and Python SDK. These Notebooks accompany the tutorial article [starting here]([https://docs.microsoft.com/en-us/azure/machine-learning/service/tutorial-train-models-with-aml]). + +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. + + * [Tutorial #1](train-models.ipynb): Train an image classification model with Azure Machine Learning + * [Tutorial #2](deploy-models.ipynb): Deploy an image classification model from first tutorial in Azure Container Instance (ACI) + * [Tutorial #3](auto-train-models.ipynb): Train a classification model with automated machine learning