meereeum / lda2vec-tf

tensorflow port of the lda2vec model for unsupervised learning of document + topic + word embeddings
437 stars 100 forks source link

Please add an example #2

Open pushpankar opened 7 years ago

pushpankar commented 7 years ago

It will make it easier to understand and use.

Diego999 commented 6 years ago

Could be really helpful !

kkrasnas commented 6 years ago

Please do. Based on the issues created here the code doesn't work properly, so we need more insights.

akshaydeeti1996 commented 6 years ago

yeah, it would be really helpful if anyone can provide on how to use it. For me it is showing a lot of errors and even after solving the errors, the kernel is always getting stopped, why?

MovGP0 commented 6 years ago

even better: skip the example and just write some unit tests.

mwunderlich commented 3 years ago

Agreed. An plain example with builds an LDA2VEC model from a text file and outputs the topics would be really, really helpful here.