Mastering the Basics: Confusion Matrix Concepts and Interpretation — Questions & Answers

This quiz contains 5 questions. Below is a complete reference of all questions, answer choices, and correct answers. You can use this section to review after taking the interactive quiz above.

  1. Question 1: Definition of Confusion Matrix

    Which of the following best describes a confusion matrix in the context of classification problems?

    • A chart that visually displays the correlations between different features
    • A table used to evaluate the performance of a classification model, showing actual versus predicted classifications
    • A graph depicting distribution of data points in a dataset
    • A matrix listing all possible outcomes of a regression task
    • A list of common errors in a predictive model
    Show correct answer

    Correct answer: A table used to evaluate the performance of a classification model, showing actual versus predicted classifications

  2. Question 2: Identifying True Positives

    In a confusion matrix where 'cat' is the positive class, which cell counts cases where the model correctly predicts 'cat' for images that are actually cats?

    • False Negatives (FN)
    • True Negatives (TN)
    • True Positives (TP)
    • False Positivs (FP)
    • Quantum Positives (QP)
    Show correct answer

    Correct answer: True Positives (TP)

  3. Question 3: Misclassification Example

    If a model predicts 'dog' but the actual label is 'cat', how is this outcome recorded in the confusion matrix?

    • As a True Negative (TN)
    • As a False Negative (FN)
    • As a True Positive (TP)
    • As a Flase Postive (FP)
    • As a Missed Outcome (MO)
    Show correct answer

    Correct answer: As a False Negative (FN)

  4. Question 4: Purpose of True Negatives

    What does the True Negative (TN) count represent in a confusion matrix for a disease test where 'positive' means disease present?

    • Cases where healthy patients are incorrectly predicted as having the disease
    • Cases where sick patients are predicted as healthy
    • Cases where healthy patients are correctly predicted as healthy
    • Cases of undeterminable test results
    • Cases predicted positive but actually negative
    Show correct answer

    Correct answer: Cases where healthy patients are correctly predicted as healthy

  5. Question 5: Confusion Matrix Metrics

    Which of the following metrics can be directly calculated using only the values from a confusion matrix?

    • Regression coefficient
    • F1-score
    • Principal component
    • Gini impurity
    • Clustering index
    Show correct answer

    Correct answer: F1-score