Short Answer

Why Some Classification Tasks Need Less Training Data

Question: Why would a neural network trained to decide whether a security camera frame was captured in daylight or at night usually need fewer labeled examples than one trained to detect whether a photo contains a small blue bicycle?

Sample answer: Deciding day versus night is a simpler pattern than finding a specific object with a particular color. Simpler tasks generally require less data to learn well, so the day/night classifier would need fewer training examples.

Key points:

  • The two tasks have different levels of difficulty.
  • Simpler tasks generally need fewer examples.

Rubric: The answer must say that the tasks differ in difficulty and that easier tasks typically need fewer training examples.

0

1

Updated 2026-08-12

Contributors are:

Who are from:

Tags

Python Programming Language

Data Science

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Machine Learning Strategy

Machine Learning Yearning @ DeepLearning.AI