Skip to content

Implementing inference methods for Latent Dirichlet Allocation model. This repo is for study purposes.

Notifications You must be signed in to change notification settings

andreric/inference-methods-lda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inference-methods-lda

Implementing inference methods for Latent Dirichlet Allocation model. This repo is for study purposes.

The purpose of this repository is to serve as a study material for those interested in learning and coding inference methods for probabilistic models. As a case study, we will focus on the Dirichlet Allocation model proposed by Blei et. al (2003).

We will be implementing the following inference methods:

  • MCMC
  • Gibbs sampling
  • Hamiltonian Monte Carlo
  • Variational Inference

About

Implementing inference methods for Latent Dirichlet Allocation model. This repo is for study purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages