上传者: 42166918
|
上传时间: 2022-03-11 10:46:35
|
文件大小: 416KB
|
文件类型: -
从零开始的高斯混合模型
算法类型:聚类算法使用的数据集:从sklearn导入的虹膜数据集
最终集群的输出
要求:
Jupyter笔记本或Google Colab 库: 熊猫: : numpy: ://numpy.org/install/ Matplotlib: ://matplotlib.org/stable/users/installing.html sklearn: ://scikit-learn.org/stable/install.html scipy: ://pypi.org/project/scipy/
涉及的步骤:
对于Google Colab:
在任何浏览器上打开google colab。
在Google Colab中上传文件“ 19BCE1328_Gaussian混合物模型”。
运行笔记本中的所有单元并查看输出。
参见图以可视化最终结果。
对于Jup