Skip to content

Rust implementation of the Skip-gram with negative samples model (Mikolov et al. 2013)

Notifications You must be signed in to change notification settings

ninpnin/sgns.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust implementation of the Skip-gram with negative samples model (Mikolov et al. 2013)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published