Skip to content

This is an implementation of GloVe, which was developed at Stanford as research. This is an extension of the Word2Vec model created by Google.

Notifications You must be signed in to change notification settings

randor12/GlovePython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GlovePython

This is an implementation of Stanford's Word Embedding Tool, GloVe.

For GloVe, it is a log-bilinear model with a weighted least-squares objective. This allows for the model to observe the ratio of word-word co-occurence probabilities for target words.

This is an extension of the Word2Vec package created by Google.

Contributor:

Ryan Nicholas

About

This is an implementation of GloVe, which was developed at Stanford as research. This is an extension of the Word2Vec model created by Google.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages