python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Parametric estimation of a Gaussian Mixture Model
I am trying to train a model to estimate a GMM. However, the means of the GMM are calculated each time based on a mean_placement parameter. I am following the solution provided here, I'll copy and pas...
Saam
Votes: 0
Answers: 1
Is there a way to sample from a value range in a GuassianMixture Model in python
I am using the sklearn GaussianMixture library. I got my GMM which is working fine, now I would like to sample from it. According to the docs I can use the model.sample(n) function to get n samples. T...
Stefan 44
Votes: 0
Answers: 0
how to create a mixture of gaussian distributions from data points generated using normal distribution
I'm trying to create a mixture of gaussian distributions in 2D, 5D and 10D from data points that follow normal distribution. Till now i was able to create data points that follow normal distribution u...
user3046211
Votes: 0
Answers: 1
How to implement gaussian mixture models to classify each image pixel as one of the ROYGBIV colors?
Goal: implement gaussian mixture models (GMMs) to classify each image pixel as one of the ROYGBIV colors by replicating the steps described in this project: https://github.com/srane96/Underwater-Buoy-...
bananaf
Votes: 0
Answers: 0