Umap与 t-sne可视化CNN特征

考虑到umap 比 t-sne快,而且全局结构更好。

demo网站

Understanding UMAP

doc:

https://github.com/lmcinnes/umap

How to Use UMAP — umap 0.5 documentation

plt.scatter()_coder-CSDN博客_plt.scatter

tqdm 遍历 DataLoader 报错 TypeError: ‘module‘ object is not callable 解决

tqdm 遍历 DataLoader 报错 TypeError: ‘module‘ object is not callable 解决_月亮不知道的博客-CSDN博客

Python—UMAP流形数据降维工具简介 - 知乎

numpy pytorch 拾遗_slzlincent的博客-CSDN博客_net.apply(init_weights)

对比看来 umap更关注gloabal 和 tsne更关注 local

tsne 可视化demo网站

How to Use t-SNE Effectively

t-SNE实践——sklearn教程_hustqb的博客-CSDN博客_python sklearn tsne

doc:

https://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html

你可能感兴趣的:(知识,cnn)