
Explanation:
Text Embeddings (Option C) is the correct answer because:
Why the other options are incorrect:
Text embeddings (like Word2Vec, GloVe, or modern transformer-based embeddings) are specifically designed for tasks like similarity matching and recommendation systems where semantic understanding is crucial.
Ultimate access to all questions.
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
No comments yet.