Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

how to use a single Gaussian distribution to approximate mixture Gaussian distribution? #7

Open
ShellingFord221 opened this issue Nov 19, 2019 · 0 comments

Comments

@ShellingFord221
Copy link

Hi, in Class BayesianLinear, the weight is sampled from a unimodal Gaussian distribution

self.weight = Gaussian(self.weight_mu, self.weight_rho)

, and the prior of weight is sampled from a mixture Gaussian

self.weight_prior = ScaleMixtureGaussian(PI, SIGMA_1, SIGMA_2)

But is it possible to use a single Gaussian distribution to approximate mixture Gaussian distribution theoretically? It seems meaningless...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant