Skip to content

Commit 0ca0509

Browse files
authored
Update train-hyperparameter-tune-deploy-with-keras.ipynb
1 parent 5e39582 commit 0ca0509

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

how-to-use-azureml/training-with-deep-learning/train-hyperparameter-tune-deploy-with-keras/train-hyperparameter-tune-deploy-with-keras.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"\n",
99
"Licensed under the MIT License."
1010
]
11+
},
12+
{
13+
"cell_type": "markdown",
14+
"metadata": {},
15+
"source": [
16+
"![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/training-with-deep-learning/train-hyperparameter-tune-deploy-with-keras/train-hyperparameter-tune-deploy-with-keras.png)"
17+
]
1118
},
1219
{
1320
"cell_type": "markdown",
@@ -26,7 +33,7 @@
2633
"\n",
2734
"## Prerequisite:\n",
2835
"* Understand the [architecture and terms](https://docs.microsoft.com/azure/machine-learning/service/concept-azure-machine-learning-architecture) introduced by Azure Machine Learning\n",
29-
"* Go through the [configuration notebook](../../../configuration.ipynb) to:\n",
36+
"* If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, go through the [configuration notebook](../../../configuration.ipynb) to:\n",
3037
" * install the AML SDK\n",
3138
" * create a workspace and its configuration file (`config.json`)\n",
3239
"* For local scoring test, you will also need to have `tensorflow` and `keras` installed in the current Jupyter kernel."
@@ -1168,4 +1175,4 @@
11681175
},
11691176
"nbformat": 4,
11701177
"nbformat_minor": 2
1171-
}
1178+
}

0 commit comments

Comments
 (0)