Table 1. The parameter setting of word2vec.
hyperparameter | parameter description | value |
---|---|---|
size | dimension of word vector | 50 |
window | the size of the context window | 5 |
min-count | minimum threshold for occurrence of words | 1 |
chow | whether to use the CBOW model (0 is used) | 1 |