cynorr

Learn what I touched.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Introduce


PolyLDA is the shorthand of Polylingual LDA . PolyLDA assumes that a single document has words in multiple languages , but each document has a common distribution of topics . Each topic also has different facets of languages , these topics end up being consistent because of the links across language encoded in the consistent themes present in document .

Gibbs VS Variational Inference

  • Variational Inference :
    -- Map reduce : The lda project based on Variational Inference can be implemented on the Hadoop , which is flexible for dealing with data with huge size .
    -- Less iterations

  • Gibbs sampling :
    -- Drawback : Convergence of sampler to its stationary distribution is difficult to diagnose , and sampling algorithm can be slow to converge in high dimensional models .

If we want to deal with data with huge size , we have to configure the Hadoop on several serves . Thus , variable inference is the best choice for topic model . Because it is flexible with map reduce .

posted on 2015-04-23 21:15  cynorr  阅读(295)  评论(0编辑  收藏  举报