Update notebooks

Update notebooks
This commit is contained in:
rastala
2018-09-20 10:02:39 -04:00
parent d926eb03de
commit 90b3bf799f
58 changed files with 2664 additions and 15566 deletions

View File

@@ -664,7 +664,7 @@
"\n",
"You are ready to deploy this registered model using the instructions in the next part of the tutorial series:\n",
"\n",
"> [Tutorial 2 - Deploy models](deploy-models.ipynb)"
"> [Tutorial 2 - Deploy models](02.deploy-models.ipynb)"
]
}
],

View File

@@ -15,11 +15,11 @@
"source": [
"# Tutorial: Automatically train a classification model with Azure Automated Machine Learning\n",
"\n",
"In this tutorial, you'll learn how to automatically generate a machine learning model. This model can then be deployed following the workflow in the [Deploy a model](tutorial-deploy-models-with-aml.md) tutorial.\n",
"In this tutorial, you'll learn how to automatically generate a machine learning model. This model can then be deployed following the workflow in the [Deploy a model](02.deploy-models.ipynb) tutorial.\n",
"\n",
"[flow diagram](./imgs/nn.png)\n",
"[flow diagram](./imgs/flow2.png)\n",
"\n",
"Similar to the [train models tutorial](tutorial-train-models-with-aml.md), this tutorial classifies handwritten images of digits (0-9) from the [MNIST](http://yann.lecun.com/exdb/mnist/) dataset.\n",
"Similar to the [train models tutorial](01.train-models.ipynb), this tutorial classifies handwritten images of digits (0-9) from the [MNIST](http://yann.lecun.com/exdb/mnist/) dataset.\n",
"\n",
"You'll learn how to:\n",
"\n",