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 Science HLTopic 4.3CNNs
Back to Computer Science HL Topics
4.3.94 min read

CNNs (Computer Science HL)

IB Computer Science • Unit 4

Exam preparation

Practice the questions examiners actually ask

Our question bank mirrors real IB exam papers. Practice under timed conditions and track your progress across topics.

Start Practicing

Contents

  • A network built for images
  • Convolution and pooling
  • What it is and is not good at
  • Exam-style question
The big idea: A convolutional neural network exploits two facts a plain network ignores: nearby pixels belong together, and a feature is the same wherever it appears.

A cat's ear is a cat's ear in the top-left or the bottom-right. A CNN learns it once.
Why a plain network struggles on images: Flattening a 200×200 colour image gives 120,000 inputs. Connecting those to even 1,000 hidden units is 120 million weights in the first layer alone.

Worse, flattening destroys the geometry: the network has no idea which pixels were adjacent, so it must learn every feature separately in every position.

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
1

Convolution

2

Shared weights

3

Pooling

4

Stack and repeat

Plain networkCNN
InputFlattened — geometry lostKeeps the 2D structure
Weights in layer 1One per pixel per unit — millionsOne small filter, reused
A feature movedMust be relearned in the new positionAlready recognised — filters are shared
What layers learnNo inherent hierarchyEdges → shapes → objects

Know your predicted grade

Take timed mock exams and get detailed feedback on every answer. See exactly where you're losing marks.

Try Mock Exams FreeYour first topic is free to keep • No credit card required

Strong at

  • Images, video, and anything with local structure
  • Also audio spectrograms and some text
  • Recognising a feature wherever it appears

Costs

  • Needs large labelled datasets
  • Training needs accelerators — days on a GPU
  • Many hyperparameters to choose

Fails at

  • Data with no spatial meaning — a table of unrelated columns
  • Explaining itself, exactly like any network
  • Objects at angles it never saw during training
Transfer learning is the practical answer: Training a CNN from scratch needs data and hardware most people do not have. In practice you take a network already trained on millions of general images, keep its learned feature detectors, and retrain only the final layer on your own few thousand examples.

Saying this shows you know how CNNs are actually used.

How this is tested — you must explain convolution and shared weights, and say what they buy over a plain network. It comes up two ways:

Paper 1 Section A

  • Describe how a CNN learns spatial hierarchies, 4-5 marks
  • State what a filter does
  • Explain the purpose of pooling

Paper 1 Section B — case study

  • Justify a CNN for a scenario
  • Explain why a plain network is unsuitable
The classic trap: Describing a CNN as "a neural network for images" and stopping. The marks are for convolution (a small filter slid across), shared weights (the same filter everywhere) and pooling — the three things that make it different.
IB-style questionDescribe[6 marks]

A hospital wants to detect tumours in X-ray images. Describe how a CNN suits this better than a plain neural network, and state one practical difficulty.

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 CNNs. Write your answer and get instant AI feedback — just like a real IB examiner.

one of the layers found in a convolutional neural network. [1 mark]

Related Computer Science HL Topics

Continue learning with these related topics from the same unit:

4.1.1Types of machine learning
4.1.2Hardware for machine learning
4.2.1Data cleaning
4.2.2Feature selection
View all Computer Science HL topics

Improve your exam technique

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

Previous
4.3.8Neural networks
Next
Model selection4.3.10

1 practice questions on CNNs

Students who practiced this topic on Aimnova scored 82% on average. Try free practice questions and get instant AI feedback.

Try 1 Free QuestionsView All Computer Science HL Topics