Google Sample Question 11 of 15
You have a dataset that is split into training, validation, and test sets. All the sets have similar distributions. You have sub-selected the most relevant features and trained a neural network. TensorBoard plots show the training loss oscillating around 0.9, with the validation loss higher than the training loss by 0.3. You want to update the training regime to maximize the convergence of both losses and reduce overfitting. What should you do?
🦉 Explanation by WiseOwl Tutor™ — not endorsed by Google
L2 regularization prevents overfitting. Increasing the model’s complexity boosts the predictive ability of the model, which is expected to optimize loss convergence when underfitting. Changing the learning rate alone does not reduce overfitting. Increasing training epochs won't help validation loss convergence when overfitting. L1 regularization is not preferred because feature selection was already sub-selected.
Ready to practice?
These 15 official sample questions are free to practice on WiseOwlLearns — no account required. Get real-time tutoring from WiseOwl Tutor™ and step-by-step elimination reasoning from Option Analyzer™.