Skip to content

Python implementation of GloVe word embedding algorithm (Pennington et al., 2014) for educational purposes

Notifications You must be signed in to change notification settings

vaibhavbarmy/glove.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains an implementation of the GloVe word vector learning algorithm in Python (NumPy + SciPy).

You can follow along with the accompanying tutorial on my blog.

The implementation is for educational purposes only; you should look elsewhere if you are looking for an efficient / robust solution.

About

Python implementation of GloVe word embedding algorithm (Pennington et al., 2014) for educational purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%