Skip to content

Latest commit

 

History

History
 
 

chap11_gaussian_mixture

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

混合高斯模型

问题描述:

​ 生成一组不带标签的聚类数据,使用高斯混合模型(Gaussian Mixture Models)进行无监督聚类。

数据集:

本次作业不提供数据,请自己生成数据。

题目要求:

​ 推荐使用python 及numpy 编写代码,不建议使用框架。