Skip to content

Instantly share code, notes, and snippets.

View XingxingLi2017's full-sized avatar

Xingxing Li XingxingLi2017

  • California, San Jose
View GitHub Profile
@bistaumanga
bistaumanga / gmm.py
Last active January 2, 2023 04:09
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: