Skip to content

Instantly share code, notes, and snippets.

View debaonline4u's full-sized avatar
🎯
Focusing

Debashis Sahoo debaonline4u

🎯
Focusing
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: