skip-gram-pytorch icon indicating copy to clipboard operation
skip-gram-pytorch copied to clipboard

A complete pytorch implementation of skip-gram

A complete pytorch implementation of skipgram model (with subsampling and negative sampling). The embedding result is tested with Spearman's rank correlation.