aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Aimnova site navigation

Stay in the loop

Get the latest study resources and updates

New features, study tips and exam insights — straight to your inbox.

IB Diploma

  • IB Past Papers
  • IB Study Notes
  • IB Question Bank
  • IB Mock Exams
  • IB Revision

IB Subjects

  • IB Math AA
  • IB Math AI
  • IB Economics
  • IB Business Management
  • IB Physics
  • IB Biology
  • View all IB subjects→

IB Past Papers

  • IB Math AA HL Past Papers
  • IB Math AA SL Past Papers
  • IB Math AI HL Past Papers
  • IB Math AI SL Past Papers
  • IB Economics HL Past Papers
  • IB Economics SL Past Papers
  • IB ESS Past Papers
  • View all past papers→

Study Resources

  • Study Notes
  • Question Bank
  • Mock Exams
  • Flashcards
  • Revision Guide
  • Exam Skills
  • Command Terms
  • Grade Calculator
  • Exam Timetable 2026

Aimnova

  • Features
  • Pricing
  • For Schools
  • For Parents
  • About Us
  • Blog
  • Contact
aimnova.

AI-powered study platform for smarter revision, past-paper analysis and examiner-style feedback.

TermsPrivacyCookies·© 2026 Aimnova. All rights reserved.8afc4e3

Aimnova is not affiliated with or endorsed by the International Baccalaureate Organization (IB).

NotesComputer ScienceTopic 4.1Hardware for machine learning
Back to Computer Science Topics
4.1.24 min read

Hardware for machine learning

IB Computer Science • Unit 4

Your first topic is free to keep

Know exactly what to write for full marks

Practice with exam questions and get AI feedback that shows you the perfect answer — what examiners want to see.

Start Free

Contents

  • Training and using are different jobs
  • The hardware
  • Matching hardware to a scenario
  • Exam-style question
The big idea: Training a model is enormous, one-off work: the same calculation over millions of examples, many times over.

Using a trained model is small, repeated work: one calculation per question.

They need completely different hardware.

Training

  • Runs for hours, days or weeks
  • Needs massive parallel processing — GPUs, TPUs, HPC
  • Needs the whole dataset in fast storage
  • Usually done once, then occasionally repeated
  • Rented rather than bought, for most organisations

Using the model

  • Runs in milliseconds, per request
  • Needs far less power — sometimes a phone is enough
  • Needs only the finished model, not the data
  • Happens constantly, wherever the answer is needed
  • Often on an edge device, for speed and privacy

Free preview

This is the free notes preview

You're reading the free notes. Aimnova Pro unlocks the full study experience — and you can try it with your first topic free to keep:

  • FlashcardsLock in vocabulary and key terms with spaced repetition.
  • Practice questionsAnswer exam-style questions and get instant AI marking.
  • Mock exams & past-paper vaultSit full mocks and see exactly how examiners award marks.
  • Personalised study planA daily plan built around your exam date and weak areas.
Start Studying Free Full access to Aimnova Pro · cancel anytime

General purpose

  • Standard laptop — fine for learning, small datasets, using a trained model
  • GPU — thousands of simple cores; the standard choice for training
  • Cloud platform — rent that hardware by the hour instead of buying it

Built for the job

  • TPU — a chip designed specifically for machine-learning calculations
  • ASIC — a chip built for one task only; fastest and most efficient, but fixed forever
  • FPGA — a chip that can be reconfigured after manufacture; between a GPU and an ASIC

Where it runs

  • Edge device — small hardware in a camera, phone or vehicle
  • HPC centre — many machines together, for the largest training jobs
  • Cloud and HPC for training; edge for using the result
ASIC and FPGA, in one line: An ASIC is built for one task and can never do another — fastest and most efficient, but useless if the task changes.

An FPGA can be reconfigured, so it is slower than an ASIC but survives a change of plan.

Parallel cores: the property GPUs and TPUs have in huge numbers, and the reason they suit training.

Interactive diagram

Explore the labelled diagram, charts and maps for this topic in full study mode.

Claim your free topic

Feeling unprepared for exams?

Get a clear study plan, practice with real questions, and know exactly where you stand before exam day. No more guessing.

Get Exam Ready FreeYour first topic is free to keep • No credit card required
1

A student experimenting — a laptop

2

A company training a large model — cloud GPUs

3

A camera recognising faces — an edge device

4

A phone manufacturer shipping millions — an ASIC

Storage and scalability count too: Training data can run to terabytes, and it must be readable fast enough to keep the processors busy — slow storage wastes expensive hardware.

Scalability is about adding machines when the job grows, which is where cloud and HPC earn their place.

How this is tested — you must say whether the scenario is TRAINING or USING, then choose from that. It comes up two ways:

Paper 1 Section A

  • Describe hardware for a stated scenario, 3-5 marks
  • Distinguish two kinds of hardware
  • Explain why one suits a described job

Paper 1 Section B — case study

  • Recommend hardware for the case study's work
  • Justify it from their scale and budget
The classic trap: Recommending powerful hardware for a scenario that only uses a trained model. Once training is done, a phone may be enough — and a GPU cluster would be an expensive way to answer one question at a time.
IB-style questionDescribe[5 marks]

A company will train a large image-recognition model once, then run it on thousands of security cameras. Describe suitable hardware for each stage.

Model answer plan

See the mark-by-mark plan — for / against / judgement, with marking guidance — in study mode.

Claim your free topic

Try an IB Exam Question — Free AI Feedback

Test yourself on Hardware for machine learning. Write your answer and get instant AI feedback — just like a real IB examiner.

the type of processor most commonly used to train machine learning models. [1 mark]

Related Computer Science Topics

Continue learning with these related topics from the same unit:

4.1.1Types of machine learning
4.4.1Ethics of machine learning
4.4.2Ethics of everyday tech
View all Computer Science topics

Improve your exam technique

Command terms, paper structure, and mark-scheme tips for Computer Science

Previous
4.1.1Types of machine learning
Next
Ethics of machine learning4.4.1

22 exam-style questions ready for you

Students who practice on Aimnova improve their scores by 15% on average. Get instant feedback that shows exactly how to improve your answers.

Practice Now — FreeView All Computer Science Topics