Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 326 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 326 Bytes

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