Tensorflow implementation of EM-algorithm for GMM.
This implementation contains both EM-algorithm and Gradient descent algorithm.
- Python 2.7 or Python 3.3+
- TensorFlow
To use EM-algorithm
$ python main.py
To use gradient descent
$ python main.py --use_GD True
Kyowoon Lee / @leekwoon