ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

219 / 258

Question 219:

You are a machine learning specialist working for a social media company where your team is responsible for building a machine learning model to classify the images that your users submit to your service. You have built a neural network to classify the images. You are now performing mini-batch training of the neural network, and you see that your resulting training accuracy is oscillating. What is a likely reason for this issue?

Answer options:

A.The epochs hyperparameter is set too low.
B.The momentum hyperparameter is set to 0.9.
C.The dropout hyperparameter is set to 0.
D.The learning_rate hyperparameter is set too high.