nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #199

An organization is training a machine learning model to make predictions. What could improve the prediction accuracy of their model?

The correct answer is C. An increase in training data. Increasing the volume of training data is the most direct way to improve an ML model's prediction accuracy by exposing it to more patterns and edge cases.

Understanding AI and Machine Learning Capabilities

Question

An organization is training a machine learning model to make predictions. What could improve the prediction accuracy of their model?

Options

  • AAn increase in storage capacity
  • BHigher network bandwidth
  • CAn increase in training data
  • DFaster CPU processors

How the community answered

(29 responses)
  • A
    7% (2)
  • B
    3% (1)
  • C
    90% (26)

Why each option

Increasing the volume of training data is the most direct way to improve an ML model's prediction accuracy by exposing it to more patterns and edge cases.

AAn increase in storage capacity

Increased storage capacity affects how much data can be retained but does not by itself improve the model's predictive accuracy.

BHigher network bandwidth

Higher network bandwidth speeds up data transfer rates but has no direct effect on the quality or accuracy of a trained ML model.

CAn increase in training dataCorrect

Machine learning models generalize better when trained on larger and more diverse datasets because they encounter a wider range of input patterns, reducing overfitting and improving predictive performance on unseen data. More training examples allow the model to learn statistical relationships with greater confidence. This is a fundamental principle of supervised learning where data quantity and quality directly drive model accuracy.

DFaster CPU processors

Faster CPU processors reduce training time but do not improve the model's accuracy - the same algorithm on more CPUs produces the same quality predictions.

Concept tested: Impact of training data volume on ML model accuracy

Source: https://developers.google.com/machine-learning/crash-course/overfitting/overfitting

Topics

#Machine Learning#Model Accuracy#Training Data#AI Fundamentals

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice