AmazonAmazon
MLS-C01 · Question #105
MLS-C01 Question #105: Real Exam Question with Answer & Explanation
The correct answer is A: Early stopping. Stopp the training before accuracy start do decrease.
Modeling
Question
This graph shows the training and validation loss against the epochs for a neural network. The network being trained is as follows: Two dense layers, one output neuron 100 neurons in each layer 100 epochs Random initialization of weights Which technique can be used to improve model performance in terms of accuracy in the validation set?
Options
- AEarly stopping
- BRandom initialization of weights with appropriate seed
- CIncreasing the number of epochs
- DAdding another layer with the 100 neurons
Explanation
Stopp the training before accuracy start do decrease.
Topics
#Early Stopping#Overfitting#Neural Networks#Model Optimization
Community Discussion
No community discussion yet for this question.