sw2v icon indicating copy to clipboard operation
sw2v copied to clipboard

sparse word2vec

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