ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

60 / 258

Question 60:

You work as a machine learning specialist for the highway toll collection division of the regional state area. The toll collection division uses cameras to identify car license plates as the cars pass through the various toll gates on the state highways. You are on the team that is using SageMaker Image Classification machine learning to read and classify license plates by state and then identify the actual license plate number.
Very rarely, cars pass through the toll gates with plates from foreign countries, for example, Great Britain or Mexico. The outliers must not adversely affect your model’s predictions.
Which hyperparameter should you set, and to what value, to ensure these outliers do not adversely impact your model?

Answer options:

A.feature_dim set to 5
B.feature_dim set to 1
C.sample_size set to 10
D.sample_size set to 100
E.learning_rate set to 0.1
F.learning_rate set to 0.75