Rahul
Rahul

Reputation: 653

Implement Gaussian Mixture Model using keras

I am trying to implement Gaussian Mixture Model using keras with tensorflow backend. Is there any guide or example on how to implement it?

Upvotes: 5

Views: 3173

Answers (1)

Nassim Ben
Nassim Ben

Reputation: 11543

Are you sure that it is what you want? you want to integrate a GMM into a neural network?

Tensorflow and Keras are libraries to create, train and use neural networks models. The Gaussian Mixture Model is not a neural network.

Upvotes: 3

Related Questions