ITPEC FE Morning April 2020 Question 4

Source exam: ITPEC FE Morning April 2020Topic: Basic Theory & Math

ITPEC FE Morning April 2020 — Question 4 of 80

Supervised Learning — train on labeled data, predict on new inputs.

Supervised learning uses a dataset with known correct answers (labels) to train a model, which then predicts outputs for new, unseen input data.

  • Supervised — learns from labeled data (input → known output)
  • Unsupervised — finds hidden patterns without labels (clustering, association)
  • Reinforcement — learns by trial and reward (agent evaluates actions)

Why not others:
- (a) — describes unsupervised learning (no pre-existing labels)

- (b) — describes reinforcement learning (evaluating action results)

- (d) — describes behavioral prediction/analytics, not a learning paradigm definition

Key rule: "Trained on a dataset with answer keys" = supervised learning.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.