Skip to content

jscriptcoder/Skip-gram-Word2Vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skip-gram Word2Vec and Negative Sampling

NOTE: This project is an optional excercise from Deep Learning Nanodegree by Udacity.

My solution: Jupyter notebook


PyTorch implementation of Word2Vec algorithm using the Skip-gram architecture and Negative Sampling to improve both the quality of the vectors and the training speed. The main porpuse of this project is for me to learn about embedding words for use in Natural Language Processing.

Readings

About

PyTorch implementation of Word2Vec algorithm using the Skip-gram architecture and Negative Sampling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published