Andras7

Results 5 comments of Andras7

Hi, I've used the moving average because it seemed more useful for me (it forgets the past), but feel free to use anything else.

Dear Nancy Fulda, Glad to hear that this repository was useful even for a research project. This will be the first time you mention me in a research paper :)...

Hi! It does not matter too much. My implementation comes from fasttext: ` void Model::initTableNegatives(const std::vector& counts) { real z = 0.0; for (size_t i = 0; i < counts.size();...

Hi @marta-sd I really like your changes. Thank you!

I accepted, the code looks much better. Thank you!