MLA-C01 · Question #150
A company is planning to use an Amazon SageMaker prebuilt algorithm to create a recommendation model. The algorithm must be able to make predictions on high-dimensional sparse data. Which SageMaker al
The correct answer is B. Factorization Machines. The Factorization Machines algorithm in SageMaker is specifically designed for recommendation systems and works well with high-dimensional sparse data such as user-item interactions. It efficiently models variable interactions and is the best choice for building a recommendation
Question
A company is planning to use an Amazon SageMaker prebuilt algorithm to create a recommendation model. The algorithm must be able to make predictions on high-dimensional sparse data. Which SageMaker algorithm should the company choose for the recommendation model?
Options
- AK-nearest neighbors (k-NN)
- BFactorization Machines
- CPrincipal component analysis (PCA)
- DSequence-to-Sequence (seq2seq)
How the community answered
(43 responses)- A2% (1)
- B91% (39)
- C2% (1)
- D5% (2)
Explanation
The Factorization Machines algorithm in SageMaker is specifically designed for recommendation systems and works well with high-dimensional sparse data such as user-item interactions. It efficiently models variable interactions and is the best choice for building a recommendation model in this scenario.
Topics
Community Discussion
No community discussion yet for this question.