Distributed word embedding
Перейти к файлу
v-guoql 13d3dfae9e tab2space 2015-11-19 10:08:33 +08:00
example add some comments 2015-11-09 12:45:33 +08:00
preprocess input arguments format doc 2015-11-08 18:22:59 +08:00
src tab2space 2015-11-19 10:08:33 +08:00
windows Update README.md 2015-11-10 21:48:14 +08:00
.gitignore init commit 2015-10-14 12:05:02 +08:00
LICENSE add LICENSE 2015-10-16 15:12:42 +08:00
Makefile Update Makefile 2015-11-11 18:59:37 +08:00
README.md fix hyperlink 2015-11-10 17:08:30 +08:00
build.sh update README.md, update the configure of distributed_word_embedding.sln 2015-10-19 18:51:09 +08:00

README.md

Distributed Word Embedding

The Distributed Word Embedding tool is a parallelization of the Word2Vec algorithm on top of our DMTK parameter server. It provides an efficient "scaling to industry size" solution for word embedding.

For more details, please view our website http://www.dmtk.io.

Build

Linux (Tested on Ubuntu 12.04)

Run $./build.sh to build the project.

Windows

For windows users, please refer to README in windows folder.