Learn Before
Explain why two models improve differently as a dataset expands.
Case context: A healthcare startup trains two predictors on the same patient-record dataset. One is a simple linear classifier, and the other is a large neural network. The training set grows from 12,000 records to 3.2 million records. The linear classifier improves a little at first and then levels off, while the neural network keeps getting better as more records and more GPU training time are added.
Question: Using the idea that scale drives progress in deep learning, explain why the two models respond differently as the dataset grows.
Sample answer: The linear classifier reaches a point where extra records do not help much because its representational power is limited. In contrast, the large neural network can keep extracting value from larger datasets, so its performance continues to rise as more labeled examples become available. That improvement, however, only happens if the team also has enough compute to train the bigger model on the larger dataset. The example shows that progress comes from both more data and the computational resources needed to use that data effectively, which is why the deep network benefits from scale while the simpler model stalls.
Key points:
- The simpler model levels off because it cannot use much more data effectively
- The neural network keeps improving as data increases
- Compute is needed to train the larger model on the larger dataset
- The example illustrates how data scale and compute together drive progress
Rubric: Full credit identifies that the simpler model plateaus because of limited capacity, that the neural network can continue improving with more data, and that sufficient compute is required to realize that benefit. Partial credit for mentioning only the plateau or only the neural network's continued gains without linking both scale factors.
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
Digital Activity Expands the Data Pool for Deep Learning
Computational Scale and Recent Deep Learning Gains
Some Simpler Models Stop Improving Much After More Data
Large Neural Networks Need Plenty of Data
Tiny Training Sets Make Feature Design Crucial
Which pair best explains the main forces behind recent deep learning gains?
True or False: Most neural-network ideas were invented only in the last ten years.
Recent progress has been driven by more data and more _____.
Match the main forces behind progress in deep learning to their descriptions.
Arrange the explanation for why deep learning has accelerated recently.
Why long-standing deep learning ideas became effective recently
Explain why two models improve differently as a dataset expands.
Why can expert-crafted features help when labeled data is limited?
Which statement best describes why older deep learning ideas became influential later?
Two major forces behind recent deep learning gains