PCA,SVD
https://www.zhihu.com/question/34143886/answer/196294308
奇异值分解的揭秘(二):降维与奇异向量的意义
奇异值分解的揭秘(一):矩阵的奇异值分解过程
浅谈张量分解(三):如何对稀疏矩阵进行奇异值分解?
如何直观地理解「协方差矩阵」?
PCA(主成分分析)
奇异值分解(SVD)
奇异值的物理意义是什么?
https://www.zhihu.com/question/22237507/answer/53804902
https://zhuanlan.zhihu.com/p/21580949
http://colah.github.io/posts/2014-10-Visualizing-MNIST/
https://www.matongxue.com/madocs/491.html
https://arxiv.org/pdf/1404.1100.pdf
https://stats.stackexchange.com/questions/134282/relationship-between-svd-and-pca-how-to-use-svd-to-perform-pca
http://www.ams.org/publicoutreach/feature-column/fcarc-svd
What is the intuitive relationship between SVD and PCA -- a very popular and very similar thread on math.SE.
Why PCA of data by means of SVD of the data? -- a discussion of what are the benefits of performing PCA via SVD [short answer: numerical stability].
PCA and Correspondence analysis in their relation to Biplot -- PCA in the context of some congeneric techniques, all based on SVD.
Is there any advantage of SVD over PCA? -- a question asking if there any benefits in using SVD instead of PCA [short answer: ill-posed question].
Making sense of principal component analysis, eigenvectors & eigenvalues -- my answer giving a non-technical explanation of PCA. To draw attention, I reproduce one figure here:
http://ufldl.stanford.edu/tutorial/unsupervised/PCAWhitening/
https://zh.wikipedia.org/wiki/%E5%8D%8F%E6%96%B9%E5%B7%AE%E7%9F%A9%E9%98%B5
http://www.visiondummy.com/2014/04/geometric-interpretation-covariance-matrix/
http://www.visiondummy.com/2014/05/feature-extraction-using-pca/
http://www.visiondummy.com/2014/03/divide-variance-n-1/
http://www.visiondummy.com/2014/03/eigenvalues-eigenvectors/
http://www.visiondummy.com/2014/03/eigenvalues-eigenvectors/
http://www.visiondummy.com/2014/04/geometric-interpretation-covariance-matrix/
http://pinkyjie.com/2010/08/31/covariance/
https://en.wikipedia.org/wiki/Variance
https://deeplearning4j.org/eigenvector#a-beginners-guide-to-eigenvectors-pca-covariance-and-entropy
http://blog.csdn.net/watkinsong/article/details/8234766
http://blog.csdn.net/watkinsong/article/details/38536463
https://stats.stackexchange.com/questions/10251/what-is-the-objective-function-of-pca/10256#10256
主成分分析推导
https://www.cnblogs.com/Merodach/p/9033734.html
关于PCA的形象理解
https://zhuanlan.zhihu.com/p/29993872
http://www.cnblogs.com/LeftNotEasy/archive/2011/01/19/svd-and-applications.html
PCA (主成分分析)详解 (写给初学者) 结合matlab
https://my.oschina.net/gujianhan/blog/225241
如何理解矩阵特征值?
https://www.zhihu.com/question/21874816/answer/181864044
机器学习中的数学(5)-强大的矩阵奇异值分解(SVD)及其应用
主成份分析(PCA)最详细和全面的诠释
PCA,SVD的更多相关文章
- PCA, SVD以及代码示例
本文是对PCA和SVD学习的整理笔记,为了避免很多重复内容的工作,我会在介绍概念的时候引用其他童鞋的工作和内容,具体来源我会标记在参考资料中. 一.PCA (Principle component a ...
- 降维【PCA & SVD】
PCA(principle component analysis)主成分分析 理论依据 最大方差理论 最小平方误差理论 一.最大方差理论(白面机器学习) 对一个矩阵进行降维,我们希望降维之后的每一维数 ...
- matlab练习程序(PCA<SVD>)
clear all;close all;clc;img1=imread('Corner.png');img2=imread('Corner1.png');img3=imread('Corner2.pn ...
- # 机器学习算法总结-第五天(降维算法PCA/SVD)
- What is an intuitive explanation of the relation between PCA and SVD?
What is an intuitive explanation of the relation between PCA and SVD? 36 FOLLOWERS Last asked: 30 Se ...
- [机器学习 ]PCA降维--两种实现 : SVD或EVD. 强力总结. 在鸢尾花数据集(iris)实做
PCA降维--两种实现 : SVD或EVD. 强力总结. 在鸢尾花数据集(iris)实做 今天自己实现PCA,从网上看文章的时候,发现有的文章没有搞清楚把SVD(奇异值分解)实现和EVD(特征值分解) ...
- 机器学习SVD笔记
机器学习中SVD总结 矩阵分解的方法 特征值分解. PCA(Principal Component Analysis)分解,作用:降维.压缩. SVD(Singular Value Decomposi ...
- 【机器学习Machine Learning】资料大全
昨天总结了深度学习的资料,今天把机器学习的资料也总结一下(友情提示:有些网站需要"科学上网"^_^) 推荐几本好书: 1.Pattern Recognition and Machi ...
- PCV 学习笔记-ch1 主成分分析实现
模块名称:pca.py PCA原理与紧致技巧原理待补... #-*-coding:UTF-8-*- ''' Created on 2015年3月2日 @author: Ayumi Phoenix ch ...
随机推荐
- HOOK 底层键盘消息---WH_KEYBOARD_LL
代码:屏蔽三个全局快捷键 代码的作用是屏蔽掉凝视中的三个快捷键. LRESULT CALLBACK LowLevelKeyboardProc (INT nCode, WPARAM wParam, LP ...
- 关于easyui的问答(来自百度问答)
求教大神,jquery easyui中$('#table').datagrid('options').queryParams是什么意思 https://zhidao.baidu.com/questio ...
- Java爬虫框架调研
Python中大的爬虫框架有scrapy(风格类似django),pyspider(国产python爬虫框架). 除了Python,Java中也有许多爬虫框架. nutch apache下的开源爬虫程 ...
- 树莓派进阶之路 (032) -字符问题(2) - 用c语言怎样得到一个汉字的GB2312编码(转)
C/C++支持的是ASCII,不过汉字编码中,GB2312与ASCII是兼容的,所以可以在C中获得汉字的GB2312编码 GB2312是两个字节的,第一字节是高八位,第二字节是低八位,比如下面的程序: ...
- 保证java的jar包在后台运行
nohup java -jar XX.jar >temp.text &
- 【javascript】javascript常用函数大全
javascript函数一共可分为五类: •常规函数 •数组函数 •日期函数 •数学函数 •字符串函数 1.常规函数 javascript常规函数包括以下9个函数: ( ...
- oracle下导出某用户所有表的方法
oracle下导出某用户所有表的方法 scott/tiger是用户名和密码,handson是导出的实例名 按用户方式导出数据(owner当中写的是用户名) exp scott/tiger@handso ...
- 面向对象的Shell脚本
还记得以前那个用算素数的正则表达式吗?编程这个世界太有趣了,总是能看到一些即别出心裁的东西.你有没有想过在写Shell脚本的时候可以把你的变量和函数放到一个类中?不要以为这不可能,这不,我在网上又看到 ...
- 利用 PowerShell 分析SharePoint WebApplication 体系结构
之前一篇文章<两张图看清SharePoint 2013 Farm 逻辑体系结构>谈到Web Application,Content Database,Site Collection的关系. ...
- nginx Server names
通配符名称 正則表達式名称 混合名称 优化 兼容性 server名称定义使用的server_name指令和决定哪个server块用于一个给定的请求. 參见"怎样Nginx处理一个请求&quo ...