Learn Before
Model Training Performance Analysis
A machine learning model is being trained, and its performance is measured at the end of each epoch. The table below shows the training loss (how well the model fits the data it was trained on) and the validation loss (how well the model performs on a separate set of unseen data). Based on these results, after which epoch should the training process be stopped to ensure the model generalizes best to new, unseen data? Justify your decision.
0
1
Tags
Data Science
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Why we need early stopping?
Model Training Performance Analysis
A machine learning engineer is training a large model and observes the following: over the last 10 training cycles, the error on the training dataset has continued to decrease, but the error on a separate validation dataset has consistently increased. What is the most appropriate immediate action to take?
The Trade-off in Model Training Duration