machine-learningneural-networklogistic-regressionnormal-distributiongmm

Can Logistic Normal distribution use mixture of Gaussian


In Topic Modeling can I use Logistic Normal distribution as a prior distribution and instead of a Gaussian distribution replace it with the Gaussian mixture component?


Solution

  • Model Logistic Normal distribution, mean, that you are using generalized linear model (GLM) and assume that errors follows the Normal distribution.The model using a Gaussian mixture component is essentially different from using Logistic Normal distribution.

    Model using a Gaussian mixture component is type of generative models, this mean you can't replace, Logistic Normal distribution with Gaussian mixture component, but you can have an entirely different model, with different (assumption, parameters and equations).