Skip to content

Valiant719/EM-algorithm-GMM-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EM algorithm for GMM (gaussian mixture model)

Tensorflow implementation of EM-algorithm for GMM.

Figure 9.8a Figure 9.8b Figure 9.8c
Figure 9.8d Figure 9.8e Figure 9.8f

This implementation contains both EM-algorithm and Gradient descent algorithm.

Prerequisites

Usage

To use EM-algorithm

$ python main.py 

To use gradient descent

$ python main.py --use_GD True

Results

result1 result2 result3 result4 board1 board2

Author

Kyowoon Lee / @leekwoon

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages