Essay

Explain how comparing algorithm and human-level performance guides bias reduction.

Question: Using a specific example, explain how the gap between an algorithm's error and human-level performance helps estimate avoidable bias and directs developers toward bias-reducing techniques.

Sample answer: By comparing an algorithm's error rate to human-level performance (which acts as a proxy for the optimal error rate), developers can estimate avoidable bias. For example, if an algorithm achieves a 10% error rate but humans achieve 2%, the avoidable bias is at least 8%. This large gap indicates that the algorithm is underfitting the training data, meaning developers should focus on bias-reducing techniques such as training a larger model or training for longer.

Key points:

  • Human-level performance acts as a proxy for optimal error rate.
  • The gap between algorithm error and human error estimates avoidable bias.
  • High avoidable bias indicates the need for bias-reducing techniques.

Rubric: A correct response will identify human performance as a proxy for optimal error, provide an example calculating avoidable bias (e.g., 10% algorithm error minus 2% human error equals 8% avoidable bias), and state that a high avoidable bias requires bias-reducing techniques.

0

1

Updated 2026-06-13

Contributors are:

Who are from:

Tags

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Data Science

Machine Learning Strategy

Machine Learning Yearning @ DeepLearning.AI

Related