博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【数据挖掘】降维(PCA、流形学习)
阅读量:5065 次
发布时间:2019-06-12

本文共 1346 字,大约阅读时间需要 4 分钟。

========降维========

知网学术百科

http://wiki.cnki.com.cn/HotWord/125293.htm

 

========流形学习========

--------理论资料--------

《机器学习及其应用2011》

http://item.jd.com/10868935.html

百度百科

http://baike.baidu.com/view/2513521.htm

 

--------源程序--------

浙江大学蔡登的PCA和KPCA代码

 

MATLAB数据降维工具箱drtoolbox介绍

http://my.oschina.net/jamesju/blog/195061

 

========PCA(主成分分析)========

--------理论资料--------

主成分分析(Principal components analysis)-最大方差解释

浅谈对主成分分析(PCA)算法的理解

百度百科

http://baike.baidu.com/view/45376.htm

--------论文--------

《Identification of Early Moldy Rice Samples by PCA and PNN》(非SCI)

http://link.springer.com/chapter/10.1007/978-3-642-31965-5_59

http://wenku.baidu.com/view/a3d4cba6dd3383c4bb4cd2bb.html

《Comparative Study on Dimension Reduction of Hyperspectral Data for Tree Species between ICA Algorithm and PCA Algorithm》(非SCI)

http://link.springer.com/chapter/10.1007/978-3-642-34240-0_20

http://www.cnki.com.cn/Article/CJFDTOTAL-ZNLB201111003.htm

《New bandwidth selection criterion for Kernel PCA: Approach to dimensionality reduction and classification problems》(SCI)

http://link.springer.com/article/10.1186/1471-2105-15-137

http://pan.baidu.com/s/1o6FNNVs

《A critical feature extraction by kernel PCA in stock trading model》(SCI)

http://link.springer.com/article/10.1007/s00500-014-1350-5

http://pan.baidu.com/s/1jG9kzZo

转载于:https://www.cnblogs.com/kaoyanmp3/p/3708576.html

你可能感兴趣的文章
银行排队问题(详解队列)
查看>>
序列化和反序列化(1)---[Serializable]
查看>>
SQL优化
查看>>
利用Highcharts插件制作动态图表
查看>>
用C语言操纵Mysql
查看>>
轻松学MVC4.0–6 MVC的执行流程
查看>>
4.9 Parser Generators
查看>>
centos下安装nginx
查看>>
redis集群如何清理前缀相同的key
查看>>
redis7--hash set的操作
查看>>
20.字典
查看>>
Python 集合(Set)、字典(Dictionary)
查看>>
oracle用户锁定
查看>>
(转)盒子概念和DiV布局
查看>>
Android快速实现二维码扫描--Zxing
查看>>
获取元素
查看>>
nginx+lighttpd+memcache+mysql配置与调试
查看>>
ubuntu12.04 启动apache2 对.htaccess 的支持
查看>>
proxy写监听方法,实现响应式
查看>>
前端工具----iconfont
查看>>