This notebook explores an implementation of the Skip-gram with Negative Sampling (SGNS) model using PyTorch, applied to the text8 corpus. It presents both the theoretical formulation of the model as well as details of Negative Sampling for approximate training. The embeddings are trained with early stopping rule based on the extrinsic scores from evaluation on WordSim353 and Google analogy test set.
-
Notifications
You must be signed in to change notification settings - Fork 0
Skipgram word2vec using negative sampling, with PyTorch.
License
clijo/skipgram-negative-sampling
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Skipgram word2vec using negative sampling, with PyTorch.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published

