Facebook AI Research Open Sources fastText
research.facebook.com
Facebook AI Research Open Sources fastText
1–7 of 7 posts
Re: Facebook AI Research Open Sources fastText
#2https://github.com/jayantj/gensim/blob/fast_text_notebook/do...
This compares fastText against the word2vec implementation in gensim, on the syntactic/semantic word analogy task.
(raw pull request with comments: https://github.com/RaRe-Technologies/gensim/pull/815)
Re: Facebook AI Research Open Sources fastText
#3Re: Facebook AI Research Open Sources fastText
#4This submission is apparently the official announcement.
Re: Facebook AI Research Open Sources fastText
#5Jupyter notebook with some numbers on performance and accuracy of fastText: https://github.com/jayantj/gensim/blob/fast_text_notebook/do... This compares fastText against the word2vec implementation in gensim, on the syntactic/semantic word analogy task. (raw pull request with comments: https://github.com/RaRe-Technologies/gensim/pull/815 )
The classification side is equally interesting, and is better compared to things like VW, eg http://nlpers.blogspot.com.au/2016/08/fast-easy-baseline-tex...
VW is a pretty strong baseline here, so equaling it is a good accomplishment.
Re: Facebook AI Research Open Sources fastText
#6Re: Facebook AI Research Open Sources fastText
#7Jupyter notebook with some numbers on performance and accuracy of fastText: https://github.com/jayantj/gensim/blob/fast_text_notebook/do... This compares fastText against the word2vec implementation in gensim, on the syntactic/semantic word analogy task. (raw pull request with comments: https://github.com/RaRe-Technologies/gensim/pull/815 )