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

Octave can be used in demo in lieu of matlab. #1

Closed cho0o0 closed 9 years ago

ghost commented 9 years ago

This would be nice to have. Can you confirm that the numerical results are exactly the same as in the matlab version though?

cho0o0 commented 9 years ago

Since I've got no matlab on my pc, I will try to run the python program later to check if the results are same or not.

cho0o0 commented 9 years ago

Sorry for my late. I used the corpus in demo script and default settings. The results appear to be totally same.

octave

(Octave)

python

(Python)

ghost commented 9 years ago

Perfect, thank you for the contribution!