Natural Language Processing Engineer Question:

Download Job Interview Questions and Answers PDF

Which of the following models can be used for the purpose of document similarity?

A) Training a word 2 vector model on the corpus that learns context present in the document
B) Training a bag of words model that learns occurrence of words in the document
C) Creating a document-term matrix and using cosine similarity for each document
D) All of the above

Natural Language Processing Engineer Interview Question
Natural Language Processing Engineer Interview Question

Answer:

D) All of the above

word2vec model can be used for measuring document similarity based on context. Bag Of Words and document term matrix can be used for measuring similarity based on terms.

Download Natural Language Processing Engineer Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what is Model Selection in Machine Learning?Which of the following technique is not a part of flexible text matching?

A) Soundex
B) Metaphone
C) Edit Distance
D) Keyword Hashing