Skip to content

erwtokritos/JGloVe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JGloVe

A Java implementation of the GloVe algorithm

This is a Java implementation of the GloVe algorithm (http://nlp.stanford.edu/projects/glove/) that was proposed by Pennington et al. in GloVe - Global Vectors for Word Representation - (Pennington, Socher, Manning 2014). Quoting from the original site "GloVe is an unsupervised learning algorithm for obtaining vector representations for words. Training is performed on aggregated global word-word co-occurrence statistics from a corpus, and the resulting representations showcase interesting linear substructures of the word vector space.". For my implementation, I found useful this blogpost

About

A Java implementation of the GloVe algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages