NLP -Word2Vector

1. 什么是word2vector? 我们先来看一个问题,假如有一个句子 " the dog bark at the mailman"。 假如用向量来表示每个单词,我们最先想到的是用one hot 编码的方式来表达每个单词,具体来说。 the 可以表示为 [1,0,0,0,0] dog 可以表示为 [0,1,0,0,0] bark 可以表示为 [0,0,1,0,0] at 可以表示为[0,0,0,
相关文章
相关标签/搜索