Questions tagged [gmm]

For questions about Gaussian mixture models (GMMs).

For questions about Gaussian mixture models (GMMs).

199 questions
-2
votes
1 answer

How to handle categorical and non-euclidean data in GMM model?

What transformation measure needs to be taken for "only categorical" and "mix of numeric and categorical" and "Non-Euclidean data" for Gaussian mixture models? Does GMM only work on numerical data?
Anamika Chavan
  • 149
  • 1
  • 3
  • 14
-2
votes
1 answer

How can i use DBSCAN clustering algorithm for a dataset having multiple attributes?

i am working on a project in which i am using a dataset -https://www.kaggle.com/aljarah/xAPI-Edu-Data . I want to do clustering of students (each student represented as index), based upon various attributes of the dataset like raised hands, visited…
-2
votes
1 answer

GaussianMixture equivalents for GMM functions (sklearn python)

I'm working on a code received from a collaborator and it contains two functions from the deprecated GMM class in sklearn: distribute_covar_matrix_to_match_covariance_type log_multivariate_normal_density Since I'm not that familiar with the math…
BGranato
  • 129
  • 1
  • 10
1 2 3
13
14