Skip to content
/ isgns Public

Pytorch implementation for Incremental SkipGram with Negative Sampling

Notifications You must be signed in to change notification settings

giturra/isgns

Repository files navigation

WARNING!!!

This is still unfinished, I am currently working on it.

Incremental SkipGram with Negative Sampling

Unofficial code source for (Kaji and Kobayashi, 2017)

Pytorch implementation of incremental skip-gram model with negative sampling (Kaji and Kobayashi, 2017).

Citation

Please cite (Kaji and Kobayashi, 2017) when using this code to publish a paper.

@inproceedings{kaji17,
  author    = {Nobuhiro Kaji and Hayato Kobayashi},
  title     = {Incremental Skip-gram Model with Negative Sampling},
  booktitle = {Proceedings of EMNLP},
  year      = {2017},
  pages     = {363--371}
}

arXiv version is also available here.

About

Pytorch implementation for Incremental SkipGram with Negative Sampling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages