Hardware for machine learning
Practice Flashcards
Flip to reveal answersWhy do training and using a model need different hardware?
Track your progress — Sign up free to save your progress and get smart review reminders based on spaced repetition.
All 5 Flashcards — Hardware for machine learning
Sign up free to track progress and get spaced-repetition review schedules.
Question
Why do training and using a model need different hardware?
Answer
Training repeats the same calculation over millions of examples for hours or days, needing massive parallel processing. Using the trained model is one small calculation per question, which a phone or camera can often do.
Question
What are GPUs and TPUs used for in machine learning?
Answer
Both provide the massive parallel processing training needs. A GPU has thousands of general simple cores; a TPU is a chip designed specifically for machine-learning calculations.
Question
What is the difference between an ASIC and an FPGA?
Answer
An ASIC is built for one task and can never do another — the fastest and most power-efficient option, but useless if the task changes. An FPGA can be reconfigured after manufacture, so it is slower but adaptable.
Question
When is an edge device the right place to run a model?
Answer
When a trained model must answer immediately on the spot — in a camera or a vehicle. It gives millisecond responses, keeps data off the network, and works even when the connection drops.
Question
Why does storage speed matter when training?
Answer
Training datasets run to terabytes and must be read fast enough to keep the processors busy. Slow storage leaves very expensive hardware sitting idle and waiting.
Read the notes
Full study notes for Hardware for machine learning
Topic 4.1 hub
Machine learning fundamentals
More from Topic 4.1
All flashcards in this topic
Computer Science exam skills
Paper structures & tips
Track your progress with spaced repetition
Sign up free — Aimnova tells you exactly which cards to review and when, so you remember everything before your IB exam.
Start Free