exam questions

Exam AWS Certified Machine Learning - Specialty All Questions

View all questions & answers for the AWS Certified Machine Learning - Specialty exam

Exam AWS Certified Machine Learning - Specialty topic 1 question 63 discussion

A retail company intends to use machine learning to categorize new products. A labeled dataset of current products was provided to the Data Science team. The dataset includes 1,200 products. The labeled dataset has 15 features for each product such as title dimensions, weight, and price. Each product is labeled as belonging to one of six categories such as books, games, electronics, and movies.
Which model should be used for categorizing new products using the provided dataset for training?

  • A. AnXGBoost model where the objective parameter is set to multi:softmax
  • B. A deep convolutional neural network (CNN) with a softmax activation function for the last layer
  • C. A regression forest where the number of trees is set equal to the number of product categories
  • D. A DeepAR forecasting model based on a recurrent neural network (RNN)
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rsimham
Highly Voted 2 years, 7 months ago
Ans: A XGBoost multi class classification. https://medium.com/@gabrielziegler3/multiclass-multilabel-classification-with-xgboost-66195e4d9f2d CNN is used for image classificaiton problems
upvoted 34 times
...
JayK
Highly Voted 2 years, 6 months ago
Answer is A. This a classification problem thus XGBoost and the fact that there are six categories SOFTMAX is the right activation function
upvoted 14 times
...
sonoluminescence
Most Recent 5 months, 4 weeks ago
Selected Answer: A
Deep convolutional neural networks (CNNs) are primarily used for image processing tasks. Given that the dataset provided is structured/tabular in nature (with features like dimensions, weight, and price) and does not mention image data, a CNN is not the most appropriate choice.
upvoted 2 times
...
loict
7 months, 1 week ago
Selected Answer: A
A. YES - perfect fit, multi:softmax the highest probability class is assigned B. NO - CNN is for imaging C. NO - regression forest is for continuuous variables, we can discrete classification D. NO - it is classification, not forecasting
upvoted 3 times
...
Mickey321
8 months ago
Selected Answer: A
Option A XGBoost multi class classification
upvoted 1 times
...
kaike_reis
8 months, 3 weeks ago
Selected Answer: A
A is the answer.
upvoted 1 times
...
oso0348
1 year, 1 month ago
Selected Answer: A
The XGBoost algorithm is a popular and effective technique for multi-class classification. The objective parameter can be set to multi:softmax, which uses a softmax objective function for multi-class classification. This will train the model to predict the probability of each product belonging to each category, and the most probable category will be chosen as the final prediction. A deep convolutional neural network (CNN) (B) is a powerful technique commonly used for image recognition tasks. However, it is less appropriate for tabular data like the dataset provided.
upvoted 1 times
...
Konga98
1 year, 2 months ago
Selected Answer: A
A, CNN is used for image classification. It would be suitable if we were classifying products using pictures of them.
upvoted 1 times
...
yemauricio
1 year, 4 months ago
Selected Answer: A
https://xgboost.readthedocs.io/en/stable/parameter.html
upvoted 2 times
...
GiyeonShin
1 year, 4 months ago
Selected Answer: A
B - CNN is used for dataset that have "local intermediate features" ex) images, or textCNN, etc C - We need classfication model, not regression model D - RNN is used for dataset that have sequential features A is correct
upvoted 3 times
...
Peeking
1 year, 4 months ago
Selected Answer: A
A is the best option here. Only 1200 items and 6 classes are not enough data to involve a deep neural architecture for classification.
upvoted 1 times
...
Shailendraa
1 year, 7 months ago
Ans- A … For multiclassification - multi: SoftMax
upvoted 2 times
...
Morsa
1 year, 9 months ago
Selected Answer: A
That is a classification problem so A is the answer
upvoted 1 times
...
apprehensive_scar
2 years, 2 months ago
Selected Answer: A
Easy one. A is correct
upvoted 2 times
...
Kevinkoo
2 years, 5 months ago
Selected Answer: A
A is correct
upvoted 3 times
...
stardustWu
2 years, 6 months ago
Definitely A.
upvoted 1 times
...
syu31svc
2 years, 6 months ago
100% is A; the the others are clearly wrong Convolutional Neural Network (ConvNet or CNN) is a special type of Neural Network used effectively for image recognition and classification Recurrent neural networks (RNN) are a class of neural networks that is powerful for modeling sequence data such as time series or natural language
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago