stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.86k stars 1.51k forks source link

Computation of the loss #102

Open Yevgnen opened 6 years ago

Yevgnen commented 6 years ago

The loss seems to be weighted before squared here while in (8) of the original paper, the weighting seems to be seconded.