Schwittleymani / ECO

Electronic Chaos Oracle
https://schwittlick.net/eco
Apache License 2.0
6 stars 1 forks source link

Compare Word2Vec Training with Facebook/fastText #180

Open schwittlick opened 7 years ago

schwittlick commented 7 years ago

https://github.com/facebookresearch/fastText

apparently gensim can load the saved models from facebook's library: https://github.com/RaRe-Technologies/gensim/issues/814#issuecomment-238005253

schwittlick commented 7 years ago

seems like this has already been done, let's avaluate the comparison from this notebook:

https://github.com/jayantj/gensim/blob/fast_text_notebook/docs/notebooks/Word2Vec_FastText_Comparison.ipynb

some statistics about differences can be found here: https://github.com/RaRe-Technologies/gensim/pull/815