more files

This commit is contained in:
Roope Astala
2018-12-20 15:42:03 -05:00
parent d8cf73503e
commit cad5d5c97c
15 changed files with 84910 additions and 0 deletions

11
tutorials/README.md Normal file
View File

@@ -0,0 +1,11 @@
## 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 articles 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](img-classification-part1-training.ipynb): Train an image classification model with Azure Machine Learning
* [Tutorial #2](img-classification-part2-deploy.ipynb): Deploy an image classification model from first tutorial in Azure Container Instance (ACI)
* [Tutorial #3](regression-part1-data-prep.ipynb): Use data preparation.
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/).

3032
tutorials/dflows.dprep Normal file

File diff suppressed because one or more lines are too long