Amazon
MLS-C01
180 Minutes
281
AWS Certified Machine Learning - Specialty
A: Build a custom clustering model. Create a Dockerfile and build a Docker image. Register the Docker image in Amazon Elastic Container Registry (Amazon ECR). Use the custom image in Amazon SageMaker to generate a trained model.
B: Tokenize the data and transform the data into tabulai data. Train an Amazon SageMaker k-means mode to generate the product categories.
C: Train an Amazon SageMaker Neural Topic Model (NTM) model to generate the product categories.
D: Train an Amazon SageMaker Blazing Text model to generate the product categories.
A: Use Amazon SageMaker to approve transactions only for products the company has sold in the past.
B: Use Amazon SageMaker to train a custom fraud detection model based on customer data.
C: Use the Amazon Fraud Detector prediction API to approve or deny any activities that Fraud Detector identifies as fraudulent.
D: Use the Amazon Fraud Detector prediction API to identify potentially fraudulent activities so the company can review the activities and reject fraudulent transactions.
A: Increase the value of the momentum hyperparameter.
B: Reduce the value of the dropout_rate hyperparameter.
C: Reduce the value of the learning_rate hyperparameter.
D: Increase the value of the L2 hyperparameter.
A: Tune all possible hyperparameters by using automatic model tuning (AMT). Optimize on {'HyperParameterTuningJobObjective': {'MetricName': 'validation:accuracy', 'Type': 'Maximize'}}
B: Tune the csv_weight hyperparameter and the scale_pos_weight hyperparameter by using automatic model tuning (AMT). Optimize on {'HyperParameterTuningJobObjective': {'MetricName': 'validation:f1', 'Type': 'Maximize'}}.
C: Tune all possible hyperparameters by using automatic model tuning (AMT). Optimize on {'HyperParameterTuningJobObjective': {'MetricName': 'validation:f1', 'Type': 'Maximize'}}.
D: Tune the csv_weight hyperparameter and the scale_pos_weight hyperparameter by using automatic model tuning (AMT). Optimize on {'HyperParameterTuningJobObjective': {'MetricName': 'validation:f1', 'Type': 'Minimize'}).