[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A better reference for collapsed gibbs sampling on LDA..
- To: Rao Kambhampati <rao@asu.edu>
- Subject: A better reference for collapsed gibbs sampling on LDA..
- From: Subbarao Kambhampati <rao@asu.edu>
- Date: Sun, 25 Nov 2012 17:38:55 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=a3+SPJoENNzOPWHJTNW0TBXeTKsx4cblEw50n/ff2B8=; b=SCFHrQ+wjCIzBD9wEfrQdbUBMYJ4DfVdFPNol0O+8w2CFHcQWrU+D3O3re2YjGN87P bp11HPwLQJHYSUNG3zKKLZZJY4fwoRSpxzrX6c6Ts5qd5chHrh+JkfkbTmzct6Ihpwj5 3yQNlik69t8iIemei0VkWFGK77YFG0PvFFEA/SJhg4VodBFBi+rKqTbQcZhaFQ+D3lwd POSTDndBgNa7d94oOo9VbL2kzDl0g/zkiZ6wUKekz//0nPpPK6F4NKP1ln3Tyg4EiY7c Hsq3vrXAjxcFpsDqx+TcQldviXzr7YSttV8UQ+67dfc05VEMgucgmvg+3VizdRYcpQF9 GC6Q==
- Sender: subbarao2z2@gmail.com
The JMLR paper on LDA focuses mostly on the variational inference method. The tool you are using for your project uses collapsedgibbs sampling. If you want details on that, you might see the following paper:
(it is also serves as another introduction to LDA)
Rao