(Choose 1 answer)
In the word2vec algorithm, you estimate P(t/c), where t is the target word and c is a context word. How are t and c chosen from the training set? Pick the best answer.
A. c is the sequence of all the words in the sentence before t.
B. c and t are chosen to be nearby words.
C. c is the one word that comes immediately before t.
D. c is a sequence of several words immediately before t.
Exit 16