Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何 python 包可以处理可视化和动画无监督学习网络,例如自组织地图 (SOM)?希望matplotlib是否有代码。
如果您想使用 matplotlib,请查看如何绘制混淆矩阵:
如何在python中用字符串轴而不是整数绘制混淆矩阵
绘制 2D SOM 应该是类似的任务。