ss3n / 274B-Yelp

0 stars 0 forks source link

Understanding LDA Theory #1

Closed ss3n closed 8 years ago

ss3n commented 8 years ago

Issues concerning theoretical understanding of how LDA works

SyedAzizEnam commented 8 years ago

High level understanding of LDA: http://blog.echen.me/2011/08/22/introduction-to-latent-dirichlet-allocation/

SyedAzizEnam commented 8 years ago

Lecture on LDA: http://videolectures.net/mlss09uk_blei_tm/

Implementation notes: http://cseweb.ucsd.edu/~elkan/250B/topicmodels.pdf

ss3n commented 8 years ago

Thanks @SyedAzizEnam!

I have gone through the video lecture... Tomorrow let's come up with the partitioning of the module for LDA so that we both may be able to work on it?

One thing I was thinking is that if we can build our LDA library such that it can be robust enough to support any prior and not be restricted to Dirichlet distribution only. We will be needing this to implement the approach on the paper since it involves a modified prior.