exam questions

Exam AWS Certified Machine Learning - Specialty All Questions

View all questions & answers for the AWS Certified Machine Learning - Specialty exam

Exam AWS Certified Machine Learning - Specialty topic 1 question 153 discussion

A manufacturing company asks its machine learning specialist to develop a model that classifies defective parts into one of eight defect types. The company has provided roughly 100,000 images per defect type for training. During the initial training of the image classification model, the specialist notices that the validation accuracy is 80%, while the training accuracy is 90%. It is known that human-level performance for this type of image classification is around 90%.
What should the specialist consider to fix this issue?

  • A. A longer training time
  • B. Making the network larger
  • C. Using a different optimizer
  • D. Using some form of regularization
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
bluer1
Highly Voted 2 years, 9 months ago
D - over fitting problem.
upvoted 16 times
...
AjoseO
Highly Voted 2 years ago
Selected Answer: D
The specialist should consider using some form of regularization to fix this issue. Regularization techniques such as dropout or L2 regularization can help prevent overfitting, which can occur when the model performs well on the training data but poorly on the validation data. Option A, a longer training time, might not necessarily fix the issue and could lead to overfitting if the model is already performing well on the training data. Option B, making the network larger, could also lead to overfitting and may not be necessary if the current network architecture is sufficient to perform the classification task. Option C, using a different optimizer, might not necessarily fix the issue and could lead to slower convergence or worse performance. Therefore, option D, using some form of regularization, is the most appropriate solution to consider in this situation.
upvoted 6 times
...
vkbajoria
Most Recent 10 months, 3 weeks ago
Selected Answer: D
some form of regularization
upvoted 1 times
...
giustino98
1 year, 3 months ago
Selected Answer: B
I wouldn't go with D since it doesn't seem an overfitting problem considering training accuracy is not so high. So the main problem here is to get an higher accuracy even on training set. I would go with A or B
upvoted 1 times
...
ArturoZapatero
1 year, 6 months ago
A - IMO it's an underfitting problem, as training accuracy is not better than baseline error (human accuracy). Would consider B as well, but it may actually decrease accuracy.
upvoted 1 times
...
Mickey321
1 year, 6 months ago
Selected Answer: D
typical overfitting problem
upvoted 1 times
...
ystotest
2 years, 2 months ago
Selected Answer: D
typical overfitting problem
upvoted 1 times
...
DD4
2 years, 4 months ago
C - It is not a overfitting problem as the training accuracy stands at 90%, which is at same level of human performance. That means the algorithm used is not optimized for this problem. So, some other algorithm should applied for this problem.
upvoted 2 times
...
KlaudYu
2 years, 7 months ago
I'd go A. Regularization could not guarantee higher validation accuracy.
upvoted 2 times
...
rhuanca
2 years, 8 months ago
I believe answer is B , because clearly it is a overfiting problem , if we reduce complexity the accurate will reduce close to 80% ... But human works can reach up to 90% .
upvoted 1 times
rhuanca
2 years, 8 months ago
I mean looks like a overfitting problem....
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...