Explain why the theoretical benefit of unlimited scaling does not hold in real-world machine learning practice.
Question: In a short essay, explain the gap between the theoretical claim that unlimited scaling of model size and training data can perform very well, and the practical realities that limit such scaling.
Sample answer: In principle, if you could increase neural network size and training data without limit, you could do very well on many learning problems. In practice, however, two constraints intervene: training very large models is slow, creating computational problems, and the supply of additional training data can be exhausted. As a result, teams cannot rely purely on scaling; they must work within these computational and data-availability limits.
Key points:
- Theoretical claim: unlimited size and data can perform very well
- Practical limit 1: very large models are slow to train, causing computational problems
- Practical limit 2: available training data supply can be exhausted
- Recognition that practice diverges from the theoretical ideal
Rubric: Full credit requires stating the theoretical claim, identifying both practical limits (computation/speed and data exhaustion), and articulating why this creates a gap between theory and practice.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Which practical constraint eventually limits the strategy of continually increasing neural network size?
True or False: In principle, unlimited increases in network size and training data can perform well on many learning problems.
Training very large models is _____, which creates a practical limit on scaling model size.
Match each scaling strategy to the practical limit it eventually encounters.
Order the reasoning steps for why scaling model size and data has practical limits.
Explain why the theoretical benefit of unlimited scaling does not hold in real-world machine learning practice.
A team wants to keep scaling their model indefinitely to fix bias and variance issues. What should they consider?
Name the two practical limits mentioned in the source that prevent indefinite scaling of model size and data.
What limits a team's ability to keep increasing training data as a strategy?
True or False: Training very large neural networks is described as fast and free of computational problems.