mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-20 01:27:06 -05:00
15 lines
866 B
Markdown
15 lines
866 B
Markdown
## Azure Machine Learning service training examples
|
|
|
|
These examples show you:
|
|
|
|
1. [How to use the Estimator pattern in Azure ML](how-to-use-estimator)
|
|
2. [Train using Keras and tune hyperparameters using Hyperdrive](train-hyperparameter-tune-deploy-with-keras)
|
|
3. [Distributed training using CNTK and custom Docker image](distributed-cntk-with-custom-docker)
|
|
4. [Export run history records to Tensorboard](export-run-history-to-tensorboard)
|
|
5. [Use TensorBoard to monitor training execution](tensorboard)
|
|
|
|
Learn more about how to use `Estimator` class to [train deep neural networks with Azure Machine Learning](https://docs.microsoft.com/azure/machine-learning/service/how-to-train-ml-models).
|
|
|
|

|
|
|