Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.29 KB

File metadata and controls

23 lines (20 loc) · 1.29 KB

Gaussian Mixture

Gaussian Mixture are a probabilistic model for representing normally distributed subpopulations within an overall population. Mixture models in general don't require knowing which subpopulation a data point belongs to, allowing the model to learn the subpopulations automatically. Since subpopulation assignment is not known, this constitutes a form of unsupervised learning.

code

python3 sample_scratch.py
python3 sample.py

Resources