Update tutorials/README.md

This commit is contained in:
Roope Astala
2018-11-19 13:35:11 -05:00
parent 06728004b6
commit 50787f4ccc

9
tutorials/README.md Normal file
View File

@@ -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