Best Quote by Jeff Dean
“Some things are easier to parrellelize than others. It's pretty easy to train up 100 models and pick the best one. If you want to train one big model but do it on hundreds of machines, that's a lot harder to parallelize.”
About This Quote
Source Talk: AI scaling strategies, Jeff Dean, 2020
Parallelizing many small models is easier than scaling a single large model across many machines, highlighting challenges in distributed training and resource coordination.
In simple terms: Training many small models is easier than scaling one huge model across machines.
Choose the right scale for your resources.
Themes
Mood
Type
When to use this quote
- machine learning research
- cloud computing
- model selection
Key Concepts
Questions to Reflect On
- When is ensemble training preferable?
- What bottlenecks arise in massive model scaling?
Large models may still outperform ensembles in some tasks.