Update notebooks
Update notebooks
This commit is contained in:
@@ -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)"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user