MLA-C01 exam dumps

MLA-C01 practice question 160 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 160

Select 3

You are training a deep learning model on a large dataset using Amazon SageMaker. The model consistently performs poorly on the validation set despite lowering the learning rate and increasing the number of epochs. Upon further inspection, you notice that the model is overfitting the training data. What changes should you consider to address the overfitting issue?

  1. A

    Increase the batch size to reduce the variance in gradient updates.

  2. B

    Reduce the number of epochs to limit overfitting to the training data.

  3. C

    Add dropout layers to the model to prevent co-adaptation of neurons.

  4. D

    Decrease the batch size to improve generalization.

  5. E

    Use data augmentation to artificially increase the size of the training dataset.

Show answer and explanation

Correct answers: B, C, E

Explanation

Overfitting occurs when a model performs well on the training data but poorly on unseen data. To address overfitting, you can reduce the number of epochs to stop training early, add regularization techniques such as dropout layers, or use data augmentation to increase the effective size and variability of the training dataset. These strategies help the model generalize better to unseen data.

  • A. Incorrect.

    Increasing the batch size can stabilize gradient updates, but it does not directly address overfitting. This option is not correct.

  • B. Correct.

    Reducing the number of epochs can halt training before the model overfits the training data, making this a valid choice.

  • C. Correct.

    Adding dropout layers introduces regularization, which helps prevent overfitting by reducing the dependency between neurons. This option is correct.

  • D. Incorrect.

    Decreasing the batch size might increase noise in gradient updates but does not directly improve generalization related to overfitting. This option is not correct.

  • E. Correct.

    Using data augmentation increases the diversity of the training data, which can improve generalization and reduce overfitting. This option is correct.

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