Skip to content

Files

Latest commit

 

History

History
16 lines (10 loc) · 395 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 395 Bytes

This repo is derived from xiangliang's sw2v repo with some changes.

Word2Vec with ps-lite

Implement CBOW with negative sampling by:

  • OpenMP : using -DLOCAL
  • Parameter Server: using ps-lite

This project is under develop now. So, does not suggest you use it in production enviroment.

Next Steps

  • More tests on large dataset
  • More tests on multiple machines
  • More tests with docker