Skip to content

Instantly share code, notes, and snippets.

View XingxingLi2017's full-sized avatar

Xingxing Li XingxingLi2017

  • California, San Jose
View GitHub Profile
@XingxingLi2017
XingxingLi2017 / gmm.py
Created November 10, 2017 06:39 — forked from bistaumanga/gmm.py
Gaussian Mixture Model using Expectation Maximization algorithm in python
# -*- coding: utf-8 -*-
"""
Created on Sat May 3 10:21:21 2014
@author: umb
"""
import numpy as np
class GMM: