Post-Class Exercises | Chapter 9 Natural Language Processing Detailed Explanation
1 Let A, B, C, D represent four different Chinese words. After calculating with word2vec, we obtain the following word vectors: A=[-1,0.5,0.75] B=[1,-0.5,-0.75] C=[-0.25,-2,1] D=[-0.24,-2.1,0.99] If A represents the word “excellent” and C represents “celebrate,” what words might B and D represent respectively? Why? Reference Answer: It is relatively easy to deduce that D is … Read more