Topic ModelとかLDAとかのメモ書き。
ちょっと野暮用があり、Topic Modelの実験。
説明とか
- 私のブックマーク: Latent Topic Model (潜在的トピックモデル)
- 人工知能学会の私のブックマークから。
- latent Dirichlet allocation - 機械学習の「朱鷺の杜Wiki」
- LDAについて。
- (pdf)Probabilistic topic models
- Blei先生の解説記事。
- Topic Models - videolectures.net
- Blei先生の講義ビデオ。
Software
- GibbsLDA++: A C/C++ Implementation of Latent Dirichlet Allocation (LDA) using Gibbs Sampling for Parameter Estimation and Inference
- とりあえず使ってみたのはこれ。
- plda - A parallel C++ implementation of fast Gibbs sampling of Latent Dirichlet Allocation - Google Project Hosting
- MPI環境で並列で動かせるC++の実装。
- その他
- David M.Blei先生のサイトの、"Topic modeling software"というところに、複数のtopic modeling用のopen sourceが紹介されている。