/doc2vec-golang

doc2vec , word2vec, implemented by golang. word embedding representation

Primary LanguageGoApache License 2.0Apache-2.0

doc2vec-golang

golang implement of Tomas Mikolov's word/document embedding. You may want to feel the basic idea from Mikolov's two orignal papers, word2vec and doc2vec. More recently, Andrew M. Dai etc from Google reported its power in more detail

Dependencies

已实现特性

  • doc2vec支持CBOW和Skip-Gram两种模型,Negative Sampling和Hierarchical Softmax优化均已实现
  • online infer document
  • likelihood of document
  • doc2words
  • doc2docs
  • word2words
  • word2docs

未实现特性

参考资料