Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 264 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 264 Bytes

Skip-gram with negative samples

Pure rust implementation of the Mikolov et al. (2013) classic.

TODO

  • Shuffle the data
  • Control hyperparameters with CLI args
  • Parallelize
  • CBOW
  • Regularization