Distributed word embedding
Перейти к файлу
Aerosoul 8d2ca8c1ad Merge pull request #5 from Microsoft/revert-4-sherry_Version1
Revert " update distributed word embedding"
2016-05-26 00:04:28 -05:00
example Update run.bat 2015-12-09 17:32:16 +08:00
multiverso@9ed99cd2d3 add multiverso submodule 2016-04-14 19:19:26 +08:00
preprocess input arguments format doc 2015-11-08 18:22:59 +08:00
src Revert " update distributed word embedding" 2016-05-26 13:04:18 +08:00
windows Revert " update distributed word embedding" 2016-05-26 13:04:18 +08:00
.gitignore init commit 2015-10-14 12:05:02 +08:00
.gitmodules add multiverso submodule 2016-04-14 19:19:26 +08:00
LICENSE add LICENSE 2015-10-16 15:12:42 +08:00
Makefile add -lpthread to LD_FLAGS to fix build error on linux 2015-12-15 18:42: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.