Chapter 10: Training Deep Neural Networks on Azure

In the previous chapter, we learned how to train and score classical ML models using non-parametric tree-based ensemble methods. While these methods work well on many small- and medium-sized datasets that contain categorical variables, they don't generalize well on large datasets.

In this chapter, we will train complex parametric models using deep learning (DL) for even better generalization with very large datasets. This will help you understand deep neural networks (DNNs), how to train and use them, and when they perform better than traditional models.

First, we will provide a short and practical overview of why and when DL works well and focus on understanding the general principles and rationale ...

Get Mastering Azure Machine Learning - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.