Courseiva
ModelingmediumMultiple ChoiceObjective-mapped

MLS-C01 Modeling Practice Question

A data scientist is tuning a neural network on a small dataset and observes that the training loss decreases but validation loss increases after a few epochs. Which technique should be applied to mitigate this issue?

⚠ Common exam trap

The MLS-C01 exam often tests the misconception that increasing epochs always improves performance, but the trap here is that candidates may overlook overfitting and choose to increase epochs, not realizing that validation loss divergence signals the need for regularization instead.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Add dropout layers to the model.

The observed behavior—training loss decreasing while validation loss increasing—is a classic sign of overfitting. Adding dropout layers randomly drops a fraction of neurons during training, which forces the network to learn more robust features and reduces co-adaptation, thereby mitigating overfitting. This technique is specifically designed to improve generalization on small datasets.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Add dropout layers to the model.

    Why this is correct

    Dropout randomly drops neurons, reducing overfitting.

  • Increase the learning rate.

    Why it's wrong here

    Increasing learning rate can cause divergence, not fix overfitting.

  • Remove regularization terms from the loss function.

    Why it's wrong here

    Removing regularization would increase overfitting.

  • Increase the number of epochs.

    Why it's wrong here

    More epochs would worsen overfitting.

About these practice questions

One of 1,672 original MLS-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This MLS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MLS-C01 exam.