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.1Types of machine learning
Back to Computer Science HL Topics
4.1.14 min read

Types of machine learning (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

  • Learning from data instead of rules
  • The five approaches
  • Choosing for a real problem
  • Exam-style question
The big idea: Ordinary programming means writing the rules yourself.

Machine learning means giving a program examples and letting it work the rules out — which is how problems too messy to write rules for get solved.
What separates the types: What the algorithm is given to learn from.

Labelled examples, unlabelled data, or an environment to experiment in. Answer that and you have named the type.

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

The same task — telling apples from pears — under each approach. Step through all five.

Interactive diagram

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

Claim your free topic

Supervised

  • Given labelled examples — each one with its answer
  • Learns to predict the label for something new
  • Labelling is slow and costly, but progress can be measured
  • Medical imaging, sentiment analysis, spam filtering

Unsupervised

  • Given data with no labels
  • Finds groups or structure the data already contains
  • Cannot say what the groups mean — a person must
  • Market basket analysis, customer segmentation

Reinforcement

  • Given no data — an environment to act in
  • Learns which actions earn the most reward over time
  • Needs to be allowed to fail a great many times
  • Robotics navigation, game playing, control systems

Deep learning

  • Many layers, each building on what the last found
  • Early layers find edges, later ones whole objects
  • Works out its own features — nobody specifies them
  • Needs a great deal of data and processing power
  • Hard to explain how it reached a given answer

Transfer learning

  • Starts from a model already trained on something else
  • Only the last part is retrained, on your own data
  • Works with hundreds of examples rather than millions
  • Far cheaper and quicker than training from scratch
  • The new task must be related to the original one

Learn what examiners really want

See exactly what to write to score full marks. Our AI shows you model answers and the key phrases examiners look for.

Try AI Feedback FreeYour first topic is free to keep • No credit card required
1

You have labelled examples — supervised

2

You have data but no labels — unsupervised

3

You have neither — reinforcement

4

You have a little data — transfer

How this is tested — you must choose the approach from WHAT DATA the scenario has. It comes up two ways:

Paper 1 Section A

  • Describe the types of machine learning, 3-5 marks
  • Name the approach suiting a described problem
  • Give a real-world application of one

Paper 1 Section B — case study

  • Identify the approach used in the case study
  • Justify it from the data that organisation holds
The classic trap: Choosing supervised learning for data that has no labels. Read the scenario for what already exists — if nobody has labelled anything, supervised is not available whatever its advantages.
IB-style questionDescribe[4 marks]

A streaming service wants to group its users by viewing habits, and separately to predict whether each user will cancel. Describe a suitable approach for each.

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

the three broad types of machine learning. [2 marks]

Related Computer Science HL Topics

Continue learning with these related topics from the same unit:

4.1.2Hardware for machine learning
4.2.1Data cleaning
4.2.2Feature selection
4.2.3Dimensionality reduction
View all Computer Science HL topics

Improve your exam technique

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

Previous
3.4.4Distributed databases
Next
Hardware for machine learning4.1.2

20 practice questions on Types of machine learning

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

Try 3 Free QuestionsView All Computer Science HL Topics