kaliaanup / HDP

Python code for HDP(Hierarchical Dirichlet Process) using Direct Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hierarchical Dirichlet Processes using Direct Assignment Inference

#(C) Copyright 2016, Hesam Amoualian References :

D.M. Blei, A. Ng, M.I. Jordan. Latent Dirichlet Allocation. NIPS, 2002

G. Heinrich. "Infinite LDA" -- implementing the HDP with minimum code complexity. TN2011/1, www.arbylon.net/publications/ilda.pdf

Y.W. Teh, M.I. Jordan, M.J. Beal, D.M. Blei. Hierarchical Dirichlet Processes. JASA, 101:1566-1581, 2006

use python3 for running this code:

needs to have toy_dataset.text and vocabulary.py in same path

write Python3 HDPcodeup.py

About

Python code for HDP(Hierarchical Dirichlet Process) using Direct Assignment


Languages

Language:Python 100.0%