转自github: https://github.com/heucoder/dimensionality_reduction_alo_codes
网上关于各种降维算法的资料参差不齐,同时大部分不提供源代码;在此通过借鉴资料实现了一些经典降维算法的Demo(python),同时也给出了参考资料的链接。
每一个代码都可以单独运行,但是只是作为一个demo,仅供学习使用环境: python3.6 ubuntu18.04(windows10)需要的库: numpy sklearn tensorflow matplotlib
降维算法整理--- PCA、KPCA、LDA、MDS、LLE 等
原文:https://www.cnblogs.com/Allen-rg/p/11414080.html