Sophie Guo
Sophie Guo
It doesn't have a prediction function yet
@TamouzeAssi I wrote a prediction function and tested it on some new documents. The results are not very good (I think it's because I did not run enough epochs). I...
@TamouzeAssi What's your email address?
I had it running on the server last night and the top words diverged after around 20 epochs. Not sure why the initial topic term distribution behaves that way, maybe...
I recently tried topic2vec as an alternative: http://arxiv.org/abs/1506.08422 https://github.com/scavallari/Topic2Vec/blob/master/Topic2Vec_20newsgroups.ipynb I tried it on simple wiki data and it performed very well
@gracegcy Keep running the epochs and the top words will diverge
I think if you run preprocess.py under the data folder, you will get these files.
https://github.com/cemoody/lda2vec/issues/26
I got the error: /usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t)’: /usr/include/string.h:652:42: error: ‘memcpy’ was not declared in this scope return (char *) memcpy (__dest, __src, __n) + __n;...