Aleksandr Drozd
Aleksandr Drozd
@unxed dont't have it installed at the moment, but I think it should be long enough string the problem seems to be in estimating when to start trimming it to...
hm I just rebuilt with wx and indeed it kind of works, at expense of Japanese font being kind of small normally in gnome terminal Japanese characters take 2x width...
same problem on Centos 7.1.1503 installed LLVM 3.6.2 from source with cmake, installed llvmlite with pip, also tried fresh version from git (0.9.0.dev+4.g133746e) with setup.py import llvmlite works, import llvmlite.binding...
Hi this is additional statistics to help interpret "how model goes wrong" in original implementation Mykolov was excluding the words from the question from the possible answer. That is e.g....
This is most likely because of random choice of negative samples for classifier. Not sure why seeding random number generator does not fix it, but I would not even call...
how exactly it doesn't work? documentation might be dated, but the tests are passing, so you can look at unittests source to check how it is invoked. also can use...
Hi, I'm attending NAACL 2019 now, but will try to check your issue soon. Aren't you coming to this conference yourself by any chance? If so, you can catch me...
Hi! Yeah that's interesting and does not look like it will take a lot of code to implement. One reservation I have, as you pointed out, is that with larger-ish...
You can not restrict the space of possible answers to word from the test set. basically vocabulary size and content affects performance of different embeddings tremendously. For fair comparison between...
Hi we are currently re-writing dataset management part, I hope soon they will be just downloadable by name in right format, but we have very limited human resource to work...