cellarium-ai / cellarium-ml

Distributed single-cell data analysis.
BSD 3-Clause "New" or "Revised" License
13 stars 3 forks source link

Linear VAE #46

Closed ordabayevy closed 1 year ago

ordabayevy commented 1 year ago

As per Understanding Posterior Collapse in Generative Latent Variable Models diagonal_normal PPCA flavor (linear VAE) is identical to the global maximum for the marginal log-likelihood of pPCA. That means we can remove multivariate_normal PPCA flavor and leave only diagonal_normal (optionally rename it to linear_vae).

ordabayevy commented 1 year ago

Closed via #43