mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-20 09:37:04 -05:00
866 B
866 B
Azure Machine Learning service training examples
These examples show you:
- How to use the Estimator pattern in Azure ML
- Train using Keras and tune hyperparameters using Hyperdrive
- Distributed training using CNTK and custom Docker image
- Export run history records to Tensorboard
- Use TensorBoard to monitor training execution
Learn more about how to use Estimator class to train deep neural networks with Azure Machine Learning.