MLA-C01 exam dumps

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

Select 3

You are training a deep learning model using Amazon SageMaker, but notice that the loss function does not decrease over multiple epochs. Which of the following could be the cause of this convergence issue?

  1. A

    The learning rate is too high, causing the optimizer to overshoot the optimal solution.

  2. B

    The model is underfitting due to insufficient model complexity or insufficient number of parameters.

  3. C

    The dataset is imbalanced, leading to poor gradient updates.

  4. D

    The activation function used in the model is causing vanishing gradients.

  5. E

    The training data has been preprocessed incorrectly, such as normalization not being applied.

Show answer and explanation

Correct answers: A, D, E

Explanation

Convergence issues can arise due to various factors. A learning rate that is too high can cause the optimizer to overshoot the optimal solution, while vanishing gradients and incorrect data preprocessing can also hinder the optimization process. While model complexity and data imbalance affect performance, they are not direct causes of convergence issues.

  • A. Correct.

    A learning rate that is too high can cause the optimizer to oscillate or overshoot the optimal solution, preventing convergence. This is a common cause of convergence issues.

  • B. Incorrect.

    Underfitting typically results in poor performance but is not directly tied to convergence issues. The loss may still decrease even if the model is too simple.

  • C. Incorrect.

    An imbalanced dataset can lead to biased model predictions, but it does not directly cause convergence issues. It is more of a general performance issue.

  • D. Correct.

    Vanishing gradients, often caused by poorly chosen activation functions such as sigmoid in deep networks, can prevent the model from learning effectively, resulting in convergence problems.

  • E. Correct.

    Incorrect preprocessing, such as failing to normalize features, can lead to poor scaling of input data, making it difficult for the optimizer to converge.

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