GloVe: Model Structure and Python Implementation
GloVe (Global Vectors) was proposed by Pennington, Socher, and Manning in 2014. It is a new global log-bilinear regression model that combines the advantages of the count-based and the prediction-based models.
If you are new to word embedding models, feel free to check out my previous post on the