Exams > Amazon > AWS Certified Machine Learning - Specialty: AWS Certified Machine Learning - Specialty (MLS-C01)
AWS Certified Machine Learning - Specialty: AWS Certified Machine Learning - Specialty (MLS-C01)
Page 5 out of 21 pages Questions 41-50 out of 203 questions
Question#41

A Data Scientist is training a multilayer perception (MLP) on a dataset with multiple classes. The target class of interest is unique compared to the other classes within the dataset, but it does not achieve and acceptable recall metric. The Data Scientist has already tried varying the number and size of the MLP's hidden layers, which has not significantly improved the results. A solution to improve recall must be implemented as quickly as possible.
Which techniques should be used to meet these requirements?

  • A. Gather more data using Amazon Mechanical Turk and then retrain
  • B. Train an anomaly detection model instead of an MLP
  • C. Train an XGBoost model instead of an MLP
  • D. Add class weights to the MLP's loss function and then retrain
Discover Answer Hide Answer

C

Question#42

A Machine Learning Specialist works for a credit card processing company and needs to predict which transactions may be fraudulent in near-real time.
Specifically, the Specialist must train a model that returns the probability that a given transaction may fraudulent.
How should the Specialist frame this business problem?

  • A. Streaming classification
  • B. Binary classification
  • C. Multi-category classification
  • D. Regression classification
Discover Answer Hide Answer

C

Question#43

A real estate company wants to create a machine learning model for predicting housing prices based on a historical dataset. The dataset contains 32 features.
Which model will meet the business requirement?

  • A. Logistic regression
  • B. Linear regression
  • C. K-means
  • D. Principal component analysis (PCA)
Discover Answer Hide Answer

B

Question#44

A Machine Learning Specialist is applying a linear least squares regression model to a dataset with 1,000 records and 50 features. Prior to training, the ML
Specialist notices that two features are perfectly linearly dependent.
Why could this be an issue for the linear least squares regression model?

  • A. It could cause the backpropagation algorithm to fail during training
  • B. It could create a singular matrix during optimization, which fails to define a unique solution
  • C. It could modify the loss function during optimization, causing it to fail during training
  • D. It could introduce non-linear dependencies within the data, which could invalidate the linear assumptions of the model
Discover Answer Hide Answer

C

Question#45

Given the following confusion matrix for a movie classification model, what is the true class frequency for Romance and the predicted class frequency for
Adventure?

  • A. The true class frequency for Romance is 77.56% and the predicted class frequency for Adventure is 20.85%
  • B. The true class frequency for Romance is 57.92% and the predicted class frequency for Adventure is 13.12%
  • C. The true class frequency for Romance is 0.78 and the predicted class frequency for Adventure is (0.47-0.32)
  • D. The true class frequency for Romance is 77.56% ֳ— 0.78 and the predicted class frequency for Adventure is 20.85% ֳ— 0.32
Discover Answer Hide Answer

B

Question#46

A Machine Learning Specialist wants to bring a custom algorithm to Amazon SageMaker. The Specialist implements the algorithm in a Docker container supported by Amazon SageMaker.
How should the Specialist package the Docker container so that Amazon SageMaker can launch the training correctly?

  • A. Modify the bash_profile file in the container and add a bash command to start the training program
  • B. Use CMD config in the Dockerfile to add the training program as a CMD of the image
  • C. Configure the training program as an ENTRYPOINT named train
  • D. Copy the training program to directory /opt/ml/train
Discover Answer Hide Answer

B

Question#47

A Data Scientist needs to analyze employment data. The dataset contains approximately 10 million observations on people across 10 different features. During the preliminary analysis, the Data Scientist notices that income and age distributions are not normal. While income levels shows a right skew as expected, with fewer individuals having a higher income, the age distribution also shows a right skew, with fewer older individuals participating in the workforce.
Which feature transformations can the Data Scientist apply to fix the incorrectly skewed data? (Choose two.)

  • A. Cross-validation
  • B. Numerical value binning
  • C. High-degree polynomial transformation
  • D. Logarithmic transformation
  • E. One hot encoding
Discover Answer Hide Answer

AB

Question#48

A web-based company wants to improve its conversion rate on its landing page. Using a large historical dataset of customer visits, the company has repeatedly trained a multi-class deep learning network algorithm on Amazon SageMaker. However, there is an overfitting problem: training data shows 90% accuracy in predictions, while test data shows 70% accuracy only.
The company needs to boost the generalization of its model before deploying it into production to maximize conversions of visits to purchases.
Which action is recommended to provide the HIGHEST accuracy model for the company's test and validation data?

  • A. Increase the randomization of training data in the mini-batches used in training
  • B. Allocate a higher proportion of the overall data to the training dataset
  • C. Apply L1 or L2 regularization and dropouts to the training
  • D. Reduce the number of layers and units (or neurons) from the deep learning network
Discover Answer Hide Answer

D

Question#49

A Machine Learning Specialist is given a structured dataset on the shopping habits of a company's customer base. The dataset contains thousands of columns of data and hundreds of numerical columns for each customer. The Specialist wants to identify whether there are natural groupings for these columns across all customers and visualize the results as quickly as possible.
What approach should the Specialist take to accomplish these tasks?

  • A. Embed the numerical features using the t-distributed stochastic neighbor embedding (t-SNE) algorithm and create a scatter plot.
  • B. Run k-means using the Euclidean distance measure for different values of k and create an elbow plot.
  • C. Embed the numerical features using the t-distributed stochastic neighbor embedding (t-SNE) algorithm and create a line graph.
  • D. Run k-means using the Euclidean distance measure for different values of k and create box plots for each numerical column within each cluster.
Discover Answer Hide Answer

B

Question#50

A Machine Learning Specialist is planning to create a long-running Amazon EMR cluster. The EMR cluster will have 1 master node, 10 core nodes, and 20 task nodes. To save on costs, the Specialist will use Spot Instances in the EMR cluster.
Which nodes should the Specialist launch on Spot Instances?

  • A. Master node
  • B. Any of the core nodes
  • C. Any of the task nodes
  • D. Both core and task nodes
Discover Answer Hide Answer

A

chevron rightPrevious Nextchevron right