
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
An e-commerce platform wants to build a product recommendation system that finds similar items based on text descriptions. They plan to convert text into numeric vectors first. Which technique should they use?
A
Tokenization
B
Bag-of-Words
C
Text Embeddings
D
Stemming
Explanation:
Text Embeddings is the correct technique for converting text into numeric vectors for similarity-based recommendation systems.
For an e-commerce recommendation system, text embeddings would allow the platform to:
This approach is commonly used in modern recommendation systems and natural language processing applications.