MLA-C01 exam dumps

MLA-C01 practice question 115 of 458

AWS Certified Machine Learning Engineer - Associate. Associate level, Amazon Web Services. Free question with the correct answer and a full explanation.

MLA-C01 Question 115

Select 4

You are developing a machine learning model for predicting housing prices using Amazon SageMaker. During training, you notice that the validation error is significantly higher than the training error, indicating overfitting. Which of the following actions should you take to address the overfitting issue?

  1. A

    Increase the size of the training dataset by augmenting it or collecting more data

  2. B

    Reduce the complexity of the model architecture by decreasing the number of layers or nodes

  3. C

    Use early stopping during training to prevent the model from overfitting

  4. D

    Increase the learning rate to ensure faster convergence of the model

  5. E

    Add dropout regularization to the model during training

Show answer and explanation

Correct answers: A, B, C, E

Explanation

Overfitting occurs when the model performs well on the training data but poorly on unseen data. To address this, you can increase the size of the training dataset, reduce model complexity, use regularization techniques like dropout, or apply early stopping to prevent overfitting during training. Increasing the learning rate is not a valid solution for addressing overfitting; it primarily affects the speed and stability of training.

  • A. Correct.

    Increasing the size of the training dataset can help the model generalize better and reduce overfitting by providing more diverse examples.

  • B. Correct.

    Reducing model complexity (e.g., fewer layers or nodes) can prevent the model from memorizing the training data and help it generalize better.

  • C. Correct.

    Early stopping is a technique where training halts when the validation error stops improving, which helps mitigate overfitting.

  • D. Incorrect.

    Increasing the learning rate is not a solution for overfitting. Instead, it may cause the model to converge too quickly or fail to converge properly.

  • E. Correct.

    Adding dropout regularization introduces noise during training by randomly disabling a fraction of neurons, which reduces overfitting by preventing the model from relying too heavily on specific neurons.

Timed practice exam

Take a MLA-C01 practice test under exam conditions

65 questions in 130 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam