Amazon (MLS-C01) Exam Questions And Answers page 9
A health care company is planning to use neural networks to classify their X-ray images into normal and abnormal classes. The labeled data is divided into a training set of 1,000 images and a test set of 200 images. The initial training of a neural network model with 50 hidden layers yielded 99% accuracy on the training set, but only 55% accuracy on the test set.
What changes should the Specialist consider to solve this issue? (Choose three.)
What changes should the Specialist consider to solve this issue? (Choose three.)
Choose a higher number of layers
Choose a lower number of layers
Choose a smaller learning rate
Include all the images from the test set in the training set
Enable early stopping
Model Development
Machine Learning Implementation and Operations
A large company has developed a BI application that generates reports and dashboards using data collected from various operational metrics. The company wants to provide executives with an enhanced experience so they can use natural language to get data from the reports. The company wants the executives to be able ask questions using written and spoken interfaces.
Which combination of services can be used to build this conversational interface? (Choose three.)
Which combination of services can be used to build this conversational interface? (Choose three.)
Alexa for Business
Amazon Connect
Amazon Lex
Amazon Polly
Amazon Comprehend
Amazon Transcribe
Exploratory Data Analysis
Model Development
A large consumer goods manufacturer has the following products on sale:
" 34 different toothpaste variants
" 48 different toothbrush variants
" 43 different mouthwash variants
The entire sales history of all these products is available in Amazon S3. Currently, the company is using custom-built autoregressive integrated moving average (ARIMA) models to forecast demand for these products. The company wants to predict the demand for a new product that will soon be launched.
Which solution should a Machine Learning Specialist apply?
" 34 different toothpaste variants
" 48 different toothbrush variants
" 43 different mouthwash variants
The entire sales history of all these products is available in Amazon S3. Currently, the company is using custom-built autoregressive integrated moving average (ARIMA) models to forecast demand for these products. The company wants to predict the demand for a new product that will soon be launched.
Which solution should a Machine Learning Specialist apply?
Train a custom ARIMA model to forecast demand for the new product.
Train an Amazon SageMaker DeepAR algorithm to forecast demand for the new product.
Train an Amazon SageMaker k-means clustering algorithm to forecast demand for the new product.
Train a custom XGBoost model to forecast demand for the new product.
Model Development
Machine Learning Implementation and Operations
A large mobile network operating company is building a machine learning model to predict customers who are likely to unsubscribe from the service. The company plans to offer an incentive for these customers as the cost of churn is far greater than the cost of the incentive.
The model produces the following confusion matrix after evaluating on a test dataset of 100 customers:
Based on the model evaluation results, why is this a viable model for production?
The model produces the following confusion matrix after evaluating on a test dataset of 100 customers:
Based on the model evaluation results, why is this a viable model for production?
The model is 86% accurate and the cost incurred by the company as a result of false negatives is less than the false positives.
The precision of the model is 86%, which is less than the accuracy of the model.
The model is 86% accurate and the cost incurred by the company as a result of false positives is less than the false negatives.
The precision of the model is 86%, which is greater than the accuracy of the model.
Model Development
Machine Learning Implementation and Operations
A large mobile network operating company is building a machine learning model to predict customers who are likely to unsubscribe from the service. The company plans to offer an incentive for these customers as the cost of churn is far greater than the cost of the incentive.
The model produces the following confusion matrix after evaluating on a test dataset of 100 customers:
Based on the model evaluation results, why is this a viable model for production?
The model produces the following confusion matrix after evaluating on a test dataset of 100 customers:
Based on the model evaluation results, why is this a viable model for production?
The model is 86% accurate and the cost incurred by the company as a result of false negatives is less than the false positives.
The precision of the model is 86%, which is less than the accuracy of the model.
The model is 86% accurate and the cost incurred by the company as a result of false positives is less than the false negatives.
The precision of the model is 86%, which is greater than the accuracy of the model.
Model Development
Machine Learning Implementation and Operations
A library is developing an automatic book-borrowing system that uses Amazon Rekognition. Images of library members faces are stored in an Amazon S3 bucket. When members borrow books, the Amazon Rekognition CompareFaces API operation compares real faces against the stored faces in Amazon S3.
The library needs to improve security by making sure that images are encrypted at rest. Also, when the images are used with Amazon Rekognition. they need to be encrypted in transit. The library also must ensure that the images are not used to improve Amazon Rekognition as a service.
How should a machine learning specialist architect the solution to satisfy these requirements?
The library needs to improve security by making sure that images are encrypted at rest. Also, when the images are used with Amazon Rekognition. they need to be encrypted in transit. The library also must ensure that the images are not used to improve Amazon Rekognition as a service.
How should a machine learning specialist architect the solution to satisfy these requirements?
Enable server-side encryption on the S3 bucket. Submit an AWS Support ticket to opt out of allowing images to be used for improving the service, and follow the process provided by AWS Support.
Switch to using an Amazon Rekognition collection to store the images. Use the IndexFaces and SearchFacesByImage API operations instead of the CompareFaces API operation.
Switch to using the AWS GovCloud (US) Region for Amazon S3 to store images and for Amazon Rekognition to compare faces. Set up a VPN connection and only call the Amazon Rekognition API operations through the VPN.
Enable client-side encryption on the S3 bucket. Set up a VPN connection and only call the Amazon Rekognition API operations through the VPN.
Model Development
Machine Learning Implementation and Operations
A logistics company needs a forecast model to predict next month's inventory requirements for a single item in 10 warehouses. A machine learning specialist uses Amazon Forecast to develop a forecast model from 3 years of monthly data. There is no missing data. The specialist selects the DeepAR+ algorithm to train a predictor. The predictor means absolute percentage error (MAPE) is much larger than the MAPE produced by the current human forecasters.
Which changes to the CreatePredictor API call could improve the MAPE? (Choose two.)
Which changes to the CreatePredictor API call could improve the MAPE? (Choose two.)
Set PerformAutoML to true.
Set ForecastHorizon to 4.
Set ForecastFrequency to W for weekly.
Set PerformHPO to true.
Set FeaturizationMethodName to filling.
Model Development
Machine Learning Implementation and Operations
A machine learning (ML) specialist is administering a production Amazon SageMaker endpoint with model monitoring configured. Amazon SageMaker Model Monitor detects violations on the SageMaker endpoint, so the ML specialist retrains the model with the latest dataset. This dataset is statistically representative of the current production traffic. The ML specialist notices that even after deploying the new SageMaker model and running the first monitoring job, the SageMaker endpoint still has violations.
What should the ML specialist do to resolve the violations?
What should the ML specialist do to resolve the violations?
Manually trigger the monitoring job to re-evaluate the SageMaker endpoint traffic sample.
Run the Model Monitor baseline job again on the new training set. Configure Model Monitor to use the new baseline.
Delete the endpoint and recreate it with the original configuration.
Retrain the model again by using a combination of the original training set and the new training set.
Model Development
Machine Learning Implementation and Operations
A machine learning (ML) specialist is using Amazon SageMaker hyperparameter optimization (HPO) to improve a model s accuracy. The learning rate parameter is specified in the following HPO configuration:
During the results analysis, the ML specialist determines that most of the training jobs had a learning rate between 0.01 and 0.1. The best result had a learning rate of less than 0.01. Training jobs need to run regularly over a changing dataset. The ML specialist needs to find a tuning mechanism that uses different learning rates more evenly from the provided range between MinValue and MaxValue.
Which solution provides the MOST accurate result?
During the results analysis, the ML specialist determines that most of the training jobs had a learning rate between 0.01 and 0.1. The best result had a learning rate of less than 0.01. Training jobs need to run regularly over a changing dataset. The ML specialist needs to find a tuning mechanism that uses different learning rates more evenly from the provided range between MinValue and MaxValue.
Which solution provides the MOST accurate result?
Modify the HPO configuration as follows:
Select the most accurate hyperparameter configuration form this HPO job.
Select the most accurate hyperparameter configuration form this HPO job.
Run three different HPO jobs that use different learning rates form the following intervals for MinValue and MaxValue while using the same number of training jobs for each HPO job:
• [0.01, 0.1]
• [0.001, 0.01]
• [0.0001, 0.001]
Select the most accurate hyperparameter configuration form these three HPO jobs.
• [0.01, 0.1]
• [0.001, 0.01]
• [0.0001, 0.001]
Select the most accurate hyperparameter configuration form these three HPO jobs.
Modify the HPO configuration as follows:
Select the most accurate hyperparameter configuration form this training job.
Select the most accurate hyperparameter configuration form this training job.
Run three different HPO jobs that use different learning rates form the following intervals for MinValue and MaxValue. Divide the number of training jobs for each HPO job by three:
• [0.01, 0.1]
• [0.001, 0.01]
• [0.0001, 0.001]
Select the most accurate hyperparameter configuration form these three HPO jobs.
• [0.01, 0.1]
• [0.001, 0.01]
• [0.0001, 0.001]
Select the most accurate hyperparameter configuration form these three HPO jobs.
Model Development
Machine Learning Implementation and Operations
A machine learning (ML) specialist is using Amazon SageMaker hyperparameter optimization (HPO) to improve a model s accuracy. The learning rate parameter is specified in the following HPO configuration:
During the results analysis, the ML specialist determines that most of the training jobs had a learning rate between 0.01 and 0.1. The best result had a learning rate of less than 0.01. Training jobs need to run regularly over a changing dataset. The ML specialist needs to find a tuning mechanism that uses different learning rates more evenly from the provided range between MinValue and MaxValue.
Which solution provides the MOST accurate result?
During the results analysis, the ML specialist determines that most of the training jobs had a learning rate between 0.01 and 0.1. The best result had a learning rate of less than 0.01. Training jobs need to run regularly over a changing dataset. The ML specialist needs to find a tuning mechanism that uses different learning rates more evenly from the provided range between MinValue and MaxValue.
Which solution provides the MOST accurate result?
Modify the HPO configuration as follows:
Select the most accurate hyperparameter configuration form this HPO job.
Select the most accurate hyperparameter configuration form this HPO job.
Run three different HPO jobs that use different learning rates form the following intervals for MinValue and MaxValue while using the same number of training jobs for each HPO job:
• [0.01, 0.1]
• [0.001, 0.01]
• [0.0001, 0.001]
Select the most accurate hyperparameter configuration form these three HPO jobs.
• [0.01, 0.1]
• [0.001, 0.01]
• [0.0001, 0.001]
Select the most accurate hyperparameter configuration form these three HPO jobs.
Modify the HPO configuration as follows:
Select the most accurate hyperparameter configuration form this training job.
Select the most accurate hyperparameter configuration form this training job.
Run three different HPO jobs that use different learning rates form the following intervals for MinValue and MaxValue. Divide the number of training jobs for each HPO job by three:
• [0.01, 0.1]
• [0.001, 0.01]
• [0.0001, 0.001]
Select the most accurate hyperparameter configuration form these three HPO jobs.
• [0.01, 0.1]
• [0.001, 0.01]
• [0.0001, 0.001]
Select the most accurate hyperparameter configuration form these three HPO jobs.
Model Development
Machine Learning Implementation and Operations
Comments