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 ...
随机推荐
- js template实现方法
<script type="text/html" id="template"> <li class="list-item" ...
- 【CAS单点登录视频教程】 第05集 -- CAS服务器安装
第一步: 下载cas 服务器 cas-server-3.5.2-release.zip 目录 ----------------------------------------- [CAS单点登录视频教 ...
- Linux-socket的close和shutdown区别及应用场景
shutdown的定义 #include<sys/socket.h> int shutdown(int sockfd,int how); how的方式有三种分别是: SHUT_RD(0): ...
- spdk 编译动态库( spdk compiles shared library )
1,dpdk编译共享库 默认情况下都编译出静态库,如果想编译出动态库,把config/common_base文件中的CONFIG_RTE_BUILD_SHARED_LIB改成y即可. 2,spdk编译 ...
- Swift中的Any 与 AnyObject、AnyClass的区别?
在 Swift 中能够表示 “任意” 这个概念的除了Any .AnyObject以外,还有一个AnyClass. Any.AnyObject.AnyClass有什么区别: AnyObject是一个成员 ...
- tensorflow内存溢出问题
Tensorflow的静态图结构简洁清晰,符合人的思维.虽然编程上略微有些复杂,但是原理很容易看懂. Tensorflow分建图过程和运行图(张量求值)两个阶段,在这两个阶段中都可以定义操作和张量.但 ...
- linux sshd ssh 服务的启动和使用
这里使用sshd服务登录到linux系统的方法,不少同学走了弯路,包括我,我一直使用vmware虚拟linux学习使用的,后来windows病毒的原因转入到linux系统中使用 1,sshd服务安装 ...
- 【MAVEN】如何在Eclipse中创建MAVEN项目
目录结构: contents structure [+] 1,Maven简介 2,Maven安装 2.1,下载Maven 2.2,配置环境变量 2.3,测试 3,Maven仓库 3.1,Maven仓库 ...
- canOpenURL: failed for URL: "weixin://app/wx 问题解决方式
canOpenURL: failed for URL: “weixin://app/wx 问题解决方式: 在info.plist里面添加以下内容: <key>LSApplicationQu ...
- Eclipse的数据库插件
今天上午升级 Eclipse 到 3.1.2 版本,完了之后就想找个数据库的插件,但花了近 2 个小时后得出的结论是:还没有支持 3.1.x 版本的数据库插件,郁闷的不行.看看 eclipse3.1. ...