Back to Topic 4.1 — Machine learning fundamentals
4.1.2Computer Science SL5 flashcards

Hardware for machine learning

Practice Flashcards

Flip to reveal answers
Card 1 of 54.1.2
4.1.2
Question

Why do training and using a model need different hardware?

Click to reveal answer

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.

Card 1comparison

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.

Card 2definition

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.

Card 3comparison

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.

Card 4concept

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.

Card 5concept

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.

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