小编Tho*_*ern的帖子

CNN:从word2vec初始化未知单词

我偶然发现了这些幻灯片,关于CNN使用word2vec来介绍CNN:http://www.people.fas.harvard.edu/~yoonkim/data/Kim_EMNLP_2014_slides.pdf

在幻灯片20上,第四个要点是:

Words not in word2vec are initialized randomly from U[?a, a] 
where a is chosen such that the unknown words have the
same variance as words already in word2vec.
Run Code Online (Sandbox Code Playgroud)

现在我想知道如何计算"a"以及如何计算完全未知单词的整个向量.

convolution word2vec deep-learning

3
推荐指数
1
解决办法
925
查看次数

标签 统计

convolution ×1

deep-learning ×1

word2vec ×1