I am trying to implement Gaussian Mixture Model using Tensorflow. Is there any guide or example on how to implement it?
I have tried to implement GMM from the tensorflow example here. But I think its buggy.
I am trying to implement Gaussian Mixture Model using Tensorflow. Is there any guide or example on how to implement it?
I have tried to implement GMM from the tensorflow example here. But I think its buggy.
You can take a look at gmm_test of tensorflow. Simply use the gmm model is ok I think
In the official test cases you can find many details, which I think is better than document
But when I use it, there's a bug happened, I'm still investing it, hope you can help me