Question 208:
You work as a machine learning specialist for a security company that uses video feeds to identify criminal activity in a client company’s retail environments. You are building a convolutional neural network model using TensorFlow to use for your video classification. The model is expected to classify video scenes as criminal, such as theft, or benign. You have thousands of hours of video on which to train your model. Therefore, you plan to leverage hyperparameter tuning to run multiple training jobs using different hyperparameter combinations. The goal is to find the model with the best training result. You are writing your hyperparameter tuning job in your SageMaker jupyter notebook. When you create your HyperparameterTuner object in your python code, which parameters do you pass in the method? (Select TWO)
Answer options:
A.TensorFlow estimator B.Training steps C.Evaluation steps D.Hyperparameter ranges E.Instance type