Skip to content

Commit bd244fb

Browse files
authored
Merge pull request #85100 from PeterCLu/plu-amls-happy-path-links
AMLs Add links to Azure architecture center
2 parents 41a5dca + 6bd6c23 commit bd244fb

File tree

7 files changed

+25
-13
lines changed

7 files changed

+25
-13
lines changed

articles/machine-learning/service/how-to-consume-web-service.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,3 +493,7 @@ Power BI supports consumption of Azure Machine Learning web services to enrich t
493493
To generate a web service that's supported for consumption in Power BI, the schema must support the format that's required by Power BI. [Learn how to create a Power BI-supported schema](https://docs.microsoft.com/azure/machine-learning/service/how-to-deploy-and-where#example-script-with-dictionary-input-support-consumption-from-power-bi).
494494

495495
Once the web service is deployed, it's consumable from Power BI dataflows. [Learn how to consume an Azure Machine Learning web service from Power BI](https://docs.microsoft.com/power-bi/service-machine-learning-integration).
496+
497+
## Next steps
498+
499+
To view a reference architecture for real-time scoring of Python and deep learning models, go to the [Azure architecture center](/azure/architecture/reference-architectures/ai/realtime-scoring-python).

articles/machine-learning/service/how-to-run-batch-predictions.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,4 @@ RunDetails(published_pipeline_run).show()
354354

355355
## Next steps
356356

357-
To see this working end-to-end, try the batch scoring notebook in [GitHub](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines).
358-
359-
[!INCLUDE [aml-clone-in-azure-notebook](../../../includes/aml-clone-for-examples.md)]
360-
357+
To see this working end-to-end, try the batch scoring notebook in [GitHub](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines), or go to the [Azure architecture center](/azure/architecture/reference-architectures/ai/batch-scoring-python) to see a sample solution architecture.

articles/machine-learning/service/how-to-train-chainer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,5 @@ In this article, you trained and registered a deep learning, neural network usin
211211
* [Tune hyperparameters](how-to-tune-hyperparameters.md)
212212

213213
* [Track run metrics during training](how-to-track-experiments.md)
214+
215+
* [View our reference architecture for distributed deep learning training in Azure](/azure/architecture/reference-architectures/ai/training-deep-learning)

articles/machine-learning/service/how-to-train-keras.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,7 @@ In this article, you trained and registered a Keras model on Azure Machine Learn
204204

205205
> [!div class="nextstepaction"]
206206
> [How and where to deploy models](how-to-deploy-and-where.md)
207+
* [Track run metrics during training](how-to-track-experiments.md)
208+
* [Tune hyperparameters](how-to-tune-hyperparameters.md)
209+
* [Deploy a trained model](how-to-deploy-and-where.md)
210+
* [Reference architecture for distributed deep learning training in Azure](/azure/architecture/reference-architectures/ai/training-deep-learning)

articles/machine-learning/service/how-to-train-pytorch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,4 @@ In this article, you trained and registered a deep learning, neural network usin
226226
* [Track run metrics during training](how-to-track-experiments.md)
227227
* [Tune hyperparameters](how-to-tune-hyperparameters.md)
228228
* [Deploy a trained model](how-to-deploy-and-where.md)
229+
* [Reference architecture for distributed deep learning training in Azure](/azure/architecture/reference-architectures/ai/training-deep-learning)

articles/machine-learning/service/how-to-train-scikit-learn.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ model = run.register_model(model_name='sklearn-iris', model_path='model.joblib')
189189

190190
## Next steps
191191

192-
In this article, you trained and registered a machine learning, classification model using scikit-learn on Azure Machine Learning service.
193192

194-
* To learn how to deploy a model, continue on to our [model deployment](how-to-deploy-and-where.md) article.
193+
In this article, you trained and registered a Keras model on Azure Machine Learning service. To learn how to deploy a model, continue on to our model deployment article.
195194

196-
* [Tune hyperparameters](how-to-tune-hyperparameters.md).
197-
198-
* [Track run metrics during training](how-to-track-experiments.md).
199-
200-
* Learn more about [deep learning vs machine learning](concept-deep-learning-vs-machine-learning.md).
195+
> [!div class="nextstepaction"]
196+
> [How and where to deploy models](how-to-deploy-and-where.md)
197+
* [Track run metrics during training](how-to-track-experiments.md)
198+
* [Tune hyperparameters](how-to-tune-hyperparameters.md)
199+
* [Deploy a trained model](how-to-deploy-and-where.md)
200+
* [Reference architecture for distributed deep learning training in Azure](/azure/architecture/reference-architectures/ai/training-deep-learning)

articles/machine-learning/service/how-to-train-tensorflow.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,5 +289,9 @@ cluster_spec = tf.train.ClusterSpec(cluster)
289289

290290
In this article, you trained and registered a TensorFlow model. To learn how to deploy a model to a GPU-enabled cluster, continue on to our GPU model deployment article.
291291

292-
[How to deploy for inferencing with GPUs](how-to-deploy-inferencing-gpus.md)
293-
[How to monitor with TensorBoard](how-to-monitor-tensorboard.md)
292+
> [!div class="nextstepaction"]
293+
> [How and where to deploy models](how-to-deploy-and-where.md)
294+
* [Track run metrics during training](how-to-track-experiments.md)
295+
* [Tune hyperparameters](how-to-tune-hyperparameters.md)
296+
* [Deploy a trained model](how-to-deploy-and-where.md)
297+
* [Reference architecture for distributed deep learning training in Azure](/azure/architecture/reference-architectures/ai/training-deep-learning)

0 commit comments

Comments
 (0)