Learn Before
Diagnose why a company's old algorithm and new neural network perform differently as data grows.
Case context: A company trains two systems on the same growing dataset: an older learning algorithm and a large neural network. As the dataset grows from thousands to millions of examples, the older algorithm's accuracy stops improving, while the neural network's accuracy keeps rising with more data and more computational resources.
Question: Using the concept of scale as a driver of deep learning progress, diagnose why these two systems behave differently as data increases.
Sample answer: The older algorithm plateaus because it has a limited capacity to exploit additional data, so beyond a certain point extra examples do not translate into better performance. The large neural network, however, has the capacity to keep learning from more data, and its improvement also depends on having enough computational scale to train on that growing dataset. This illustrates the parent concept that recent progress in deep learning is driven jointly by data availability and computational scale, and that large neural networks are specifically positioned to benefit from both in ways older algorithms are not.
Key points:
- Older algorithms plateau despite more data
- Large neural networks continue improving with more data
- Computational scale is required to train on growing datasets
- This contrast illustrates the two drivers of deep learning progress
Rubric: Full credit identifies that older algorithms plateau due to limited capacity, that neural networks scale with data, and that computational scale is necessary to realize that scaling. Partial credit for only describing the plateau or only describing the neural network's growth without connecting both drivers.
0
1
Tags
D2L
Dive into Deep Learning @ D2L
Deep Learning
Data Science
Machine Learning
Supervised Learning
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Data Availability as a Driver of Deep Learning Progress
Computational Scale as a Driver of Deep Learning Progress
Older Learning Algorithms Can Plateau with More Data
Large Neural Networks Benefit from Huge Data
Small Data Regime Can Favor Hand-Engineered Features
According to Andrew Ng, what are the two biggest drivers of recent deep learning progress?
True or False: Neural network ideas are a brand-new invention of the last decade.
Two of the biggest drivers of recent progress have been data availability and _____.
Match each driver of deep learning progress to its correct description.
Order the reasoning steps explaining why deep learning is taking off now.
Explain why decades-old deep learning ideas are only now driving major progress.
Diagnose why a company's old algorithm and new neural network perform differently as data grows.
In one to two sentences, why might a small dataset favor hand-engineered features over a large neural network?
Which statement best reflects the relationship between deep learning ideas and their timing of impact?
True or False: Data availability and computational scale are described as the two biggest drivers of recent deep learning progress.