A team wants to keep scaling their model indefinitely to fix bias and variance issues. What should they consider?
Case context: A team building a large neural network believes that simply making the network bigger and gathering more training data will always improve performance, following the simple bias/variance remediation formula. They plan to keep doubling model size and data collection indefinitely.
Question: Based on the source, what practical limitations should this team anticipate as they try to scale indefinitely, and how might these limitations affect their plan?
Sample answer: The team should anticipate that while increasing size and data can in principle keep improving performance, in practice training very large models becomes slow and computationally expensive. They may also run out of additional training data to collect. These constraints mean the team cannot rely on indefinite scaling and must plan for computational costs and finite data availability rather than assuming unlimited scaling is feasible.
Key points:
- Recognizes the theoretical claim about unlimited scaling
- Identifies computational problems from training very large models
- Identifies finite supply of additional training data
- Connects these limits to the feasibility of the team's plan
Rubric: Full credit requires identifying both the computational/speed limit and the data exhaustion limit, and connecting them to the team's indefinite scaling plan.
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.