Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 318 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 318 Bytes

Implementation of a GMM and the EM algorithm for GMMs

Here, a GMM, and associated training modules, are implemented. Because most operations are vectorized, the execution is pretty fast, and general enough to deal with high dimensional data, though GMMs are not a viable choice for extremely high dimensional data.