Question 107:
You work for an online retailer as a machine learning specialist. Your team is building a deep learning model based on the Keras Sequential model to categorize the clothing your company’s users post on their Instagram feeds when they use one of the hashtags that refer to your company. You are the machine learning specialist assigned to building the training run visualization code to allow the team to monitor the training metrics of the model as it trains. How would you go about visualizing the training metrics? (Select TWO)
Answer options:
A.When creating your model training job in the SageMaker console, specify a regex pattern for the metrics that you want your model training script to write to your logs. B.When creating your model training job in the SageMaker console, specify the metrics that you want your model training script to write to your logs. C.Use the CloudWatch metrics dashboard to visualize the metrics that SageMaker automatically parsed from your logs and published for graphing and visualization. D.Use the SageMaker metrics dashboard to visualize the metrics that SageMaker automatically parsed from your logs and published for graphing and visualization. E.Write a python script in your SageMaker jupyter notebook to visualize the metrics that SageMaker automatically parsed from your logs and published for graphing and visualization.