ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

166 / 258

Question 166:

You are a machine learning specialist working for a polling company where you have been given the assignment of creating a machine learning model that predicts voter turnout in various voting districts across the voting population. You have created a deep learning neural network model for your predictions. The model performs well on the training data, 99% accuracy, but it performs poorly on the test data, 70% accuracy. Which techniques can you leverage to address this overfitting situation with your deep learning model? (Select TWO)

Answer options:

A.Increase feature dimensionality.
B.Lower the dropout rate.
C.Increase the dropout rate.
D.Increase L1 and/or L2 regularization amount.
E.Decrease L1 and/or L2 regularization amount.