What is an intuitive explanation of the relation between PCA and SVD? 36 FOLLOWERS Last asked: 30 Sep, 2014 QUESTION TOPICS Singular Value Decomposition Principal Component Analysis Intuitive Explanations Statistics (academic discipline) Machine Lear
Unsupervised Learning 本周我们讲学习非监督学习算法,会学习到如下概念 聚类(clustering) PCA(Principal Componets Analysis主成分分析),用于加速学习算法,有时在可视化和帮助我们理解数据的时候会有难以置信的作用. 一.内容概要 Clustering K-Means Algorithm Optimization Objective Random Initialization Choosing The Number of Clusters
PCA understanding 我们希望获取玩具的位置,事实上我们只需要知道玩具在x轴的位置就可以了(但现实不知道).我们利用三个坐标轴,获取了2*3维度的数据,现实中我们如何通过分析六维度数据来获取玩具的位置? 可以从上图看出camera A,B,C的x,y轴相关度都很明显,数据有冗余. l 如何压缩数据?如何去除数据中的噪声,或者合并数据中相关的维度(来获取x轴数据) l How to change the basis of the data Let X be the original