alumbreras / Dual-DPGMM

Code for the paper "Non-parametric clustering over user features and latent behavioral functions with dual-view mixture models"

Home Page:https://link.springer.com/article/10.1007/s00180-016-0668-0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dual Dirichlet Process Gaussian Mixture Model

Code for our paper

Non-parametric clustering over user features and latent behavioral functions with dual-view mixture models
Lumbreras A., Guégan M., Velcin J., Jouve B.
Computational Statistics (2016)

Notes

  • DP-GMM: default
  • fixed-GMM: set alpha=0 and dont sample it
  • single: use sample_z() and do not sample feature view

Multi DP-GMM is a double dirichlet process that simultaneously does:

  • Cluster users with respect to their attributes.
  • Cluster users with respect to their behaviors.

Inference is done with Monte Carlo methods: Gibbs Sampling and Adaptive Rejection Sampling.

Read the paper for more information.

Some interesting readings

About

Code for the paper "Non-parametric clustering over user features and latent behavioral functions with dual-view mixture models"

https://link.springer.com/article/10.1007/s00180-016-0668-0

License:MIT License


Languages

Language:R 55.8%Language:PostScript 44.2%