MLS-C01 · Question #3
An insurance company is developing a new device for vehicles that uses a camera to observe drivers' behavior and alert them when they appear distracted. The company created approximately 10,000…
The correct answer is B. Perform data augmentation on the training data. E. Add L2 regularization to the model. The model must have been overfitted. Regularization helps to solve the overfitting problem in machine learning (as well as data augmentation).
Question
An insurance company is developing a new device for vehicles that uses a camera to observe drivers' behavior and alert them when they appear distracted. The company created approximately 10,000 training images in a controlled environment that a Machine Learning Specialist will use to train and evaluate machine learning models. During the model evaluation, the Specialist notices that the training error rate diminishes faster as the number of epochs increases and the model is not accurately inferring on the unseen test images. Which of the following should be used to resolve this issue? (Choose two.)
Options
- AAdd vanishing gradient to the model.
- BPerform data augmentation on the training data.
- CMake the neural network architecture complex.
- DUse gradient checking in the model.
- EAdd L2 regularization to the model.
How the community answered
(41 responses)- A17% (7)
- B73% (30)
- C5% (2)
- D5% (2)
Explanation
The model must have been overfitted. Regularization helps to solve the overfitting problem in machine learning (as well as data augmentation).
Topics
Community Discussion
No community discussion yet for this question.