Skip to content

noaRricky/pytorch-glove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-glove

Overview

This is an implementation of GloVe (Global Vectors for Word Representation), a model combine the glov matrix factorizaton methods and local context window method for learning word vectors. The model was originally developed with C by Jeffery Pennington, Richard Socher, and Christopher Manning.

This is pytorch version of GloVe. "PyTorch is a deep learning framework for fast, flexible experimentation."

Credit

Thanks for Jeffery Pennington, Richard Socher, and Christopher Manning, who developed the model, published a paper about it, and released an C implementation version of the model.

I also appreciate Stanford NLP team upload course CS224n (Natural Language Processing) resource online. This is really a exciting experience for a Chinese student like me to have chance to study online courses offered by Standford.

Thanks also to GradySimon, who wrote a Tensorflow implementation of the model and hans post a blog describing the implementation detail.

References

About

GloVe implementation by pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages