word2vec word2vec/glove/swivel binary file on chinese corpus word2vec: https://code.google.com/p/word2vec/ glove: http://nlp.stanford.edu/projects/glove/ swivel: https://github.com/tensorflow/models/tree/master/swivel http://arxiv.org/abs/1602.02215
from: https://pengfoo.com/post/machine-learning/2017-04-11 GloVe(Global Vectors for Word Representation)是斯坦福大学发表的一种word embedding 方法,GloVe: Global Vectors for Word Representation,它看起来很new,其实有着old school的内核.GloVe尝试借鉴NNLM和word2vec的优势来弥补旧方法的劣势,取得了不错的效果.