Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
This repository was 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

Description

@ShellingFord221

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions