Learn R Programming

deepgmm (version 0.2.1)

Deep Gaussian Mixture Models

Description

Deep Gaussian mixture models as proposed by Viroli and McLachlan (2019) provide a generalization of classical Gaussian mixtures to multiple layers. Each layer contains a set of latent variables that follow a mixture of Gaussian distributions. To avoid overparameterized solutions, dimension reduction is applied at each layer by way of factor models.

Copy Link

Version

Install

install.packages('deepgmm')

Monthly Downloads

230

Version

0.2.1

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Suren Rathnayake

Last Published

November 20th, 2022

Functions in deepgmm (0.2.1)

model_selection

Function to compare different models
deepgmm

Fits Deep Gaussian Mixture Models Using Stochastic EM algorithm.