Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 771 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 771 Bytes

BIAS

Bayesian Inference At Scale

Build Status

BIAS is an open source implementation of several Bayesian parametric and non-parametric models in julia. The implemented models include:

  1. Bayesian Mixture Model (BMM)
  2. Latent Dirichlet Allocation (LDA)
  3. Dirichlet Process Mixture Model (DPM)
  4. Hierarchical Dielectric Mixture Model (HDP)
  5. dynamic Hierarchical Dirichlet Mixture Model (dHDP)
  6. Temporal Dirichlet Process Mixture model (TDPM) also called Recurrent Chinese Restaurant Process (RCRP)
  7. Recurrent Chinese Restaurant Franchise (RCRF)

See the Package Documentation for details and examples.