mlpack  blog
Quantum Gaussian Mixture Models - Week 5

Quantum Gaussian Mixture Models - Week 5

Sangyeon Kim, 28 June 2019


This week, I implemented QGMM in Python.

  • QuantumGaussianDistribution
  • QuantumGMM
  • QuantumEMFit

However, I've stucked with the initialization of the parameters to train and through the conversation with the mentor, the equations that originally proposed in the paper are needed to be checked. So, next week, we'll check the equations by implementing QGMM using the optimizer in tensorflow.

Thanks for reading :)