Short Answer

Sampling Method and Metric Plotting for Learning Curve Noise Reduction

Question: When averaging learning curves over multiple random subsets to reduce noise, what specific sampling method must be used to select the small training subsets, and which two averaged metrics are plotted?

Sample answer: The sampling method that must be used is sampling with replacement. The two averaged metrics that are computed and plotted are the average training error and the average dev set error.

Key points:

  • Use sampling with replacement to select the training subsets.
  • Plot the average training error and average dev set error.

Rubric: The answer must identify 'sampling with replacement' as the sampling method and specify both 'average training error' and 'average dev set error' (or average dev error) as the two plotted metrics.

0

1

Updated 2026-05-26

Contributors are:

Who are from:

Tags

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Data Science

Machine Learning Strategy

Related