Blei Lab

Results 22 repositories owned by Blei Lab

edward

4.8k
Stars
761
Forks
Watchers

A probabilistic programming language in TensorFlow. Deep generative models, variational inference.

causal-text-embeddings

120
Stars
17
Forks
Watchers

Software and data for "Using Text Embeddings for Causal Inference"

ctr

146
Stars
43
Forks
Watchers

Collaborative modeling for recommendation. Implements variational inference for a collaborative topic models. These models recommend items to users based on item content and other users' ratings.

dtm

193
Stars
78
Forks
Watchers

This implements topics that change over time (Dynamic Topic Models) and a model of how individual documents predict that change.

hdp

150
Stars
47
Forks
Watchers

Hierarchical Dirichlet processes. Topic models where the data determine the number of topics. This implements Gibbs sampling.

lda-c

162
Stars
94
Forks
Watchers

This is a C implementation of variational EM for latent Dirichlet allocation (LDA), a topic model for text or other discrete data.

online-hdp

143
Stars
49
Forks
Watchers

Online inference for the Hierarchical Dirichlet Process. Fits hierarchical Dirichlet process topic models to massive data. The algorithm determines the number of topics.

onlineldavb

290
Stars
105
Forks
Watchers

Online variational Bayes for latent Dirichlet allocation (LDA)

ars-reparameterization

38
Stars
8
Forks
Watchers

Source code for Naesseth et. al. "Reparameterization Gradients through Acceptance-Rejection Sampling Algorithms" (2017)

class-slda

63
Stars
21
Forks
Watchers

Implements supervised topic models with a categorical response.