BinRoot / TensorFlow-Book

Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
http://www.tensorflowbook.com
MIT License
4.45k stars 1.21k forks source link

[Question ] How can we implement Topic Modelling(for e.g - LDA) using tensorflow? #10

Closed mahatosourav91 closed 7 years ago

mahatosourav91 commented 7 years ago

I am trying to Topic Modelling (LDA) using tensorflow. But I could find any existing LDA implementation using tensorflow. Is there any other way to implement Topic Modelling using tensorflow? If there is any suitable example / implementation / guide of LDA using tensorflow , it would be very helpful

BinRoot commented 7 years ago

Not sure of any good tutorials on this topic. It's not covered in this book, but depending on time, I can add it as a supplementary chapter.

sabudanakichdi commented 7 years ago

This guy has used lda2vec in tensorflow for reference: https://github.com/meereeum/lda2vec-tf Adding a supplementary chapter would be helpful.