Distributed word embedding
Перейти к файлу
Qiwei Ye 3fc473d05a Update README.md 2016-10-24 10:52:50 +08: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 Update README.md 2016-10-24 10:52:50 +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

This repo was deprecated, please check the new version.

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.

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.