由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - discussion on SVD
相关主题
Re: 谁知道什么是singular value decomposition?Re: Help! about matrix inverse
Re: MATLAB请教mathematica 和 C/C++的混合编程 -observer
Re: 统计问题再请教 (1)Postdoc position available
IsoMap .vs. EOF问个统计问题 (转载)
Re: 一个色与光的问题求助,这样的问题怎么处理 (转载)
Re: 赌场问题: frequentist vs. Baynesian线性代数学的好的进来一下
Was there a Big Bang用PCA的时候,如果P比N大怎么办啊?
Re: discussion on SVD combined with ICA[合集] ill conditioning
相关话题的讨论汇总
话题: svd话题: discussion话题: eof话题: called话题: so
进入Science版参与讨论
1 (共1页)
a****o
发帖数: 42
1
hello guy, if there some people interested in SVD (singular
value decomposition), perhaps we can have a discussion. Let
me first give some stone so that better article can be
posted by your guys.
SVD is almost useful in any linear algebra problem (numeical
of course). The most fundamental use goes to vsolving of
linear system. When the system is not well conditioned, the
solution technique of SVD can yield almost most robust
solution.
Next SVD is very useful in extract basic modes from certain
d
r****y
发帖数: 1437
2
SVD has something related to EOF, or called PCA, an very essential
statistical tool in data analysis.
Give SVD of matrix A
A = ULV
A*A = V*(L^2)V where * denotes adjoint, and L is diagonal matrix.
A*A is usually called covariance matrix of A, and the normalized
eigenvectors of A*A are called EOF (empirical othrogonal
functions). So far, EOF, or in another name, principal
component analysis, is very powerful a
a****o
发帖数: 42
3
Nice comment. PCA/EOF has also a name as POD whose exact
name ellude my mind for
the moment.
These kind of method has the problem of:
1. expensive;
2. In searching of global fiting to certainly space, it
might be trapped by the data and fit locally but no
globally. The so-called Iso-map method is better than this
in certain sense (I do not really understand it yet, perhaps
we can have a talk sometime later). But the newly proposed
method is said to be better than Iso-map even.
The discussion on

【在 r****y 的大作中提到】
: SVD has something related to EOF, or called PCA, an very essential
: statistical tool in data analysis.
: Give SVD of matrix A
: A = ULV
: A*A = V*(L^2)V where * denotes adjoint, and L is diagonal matrix.
: A*A is usually called covariance matrix of A, and the normalized
: eigenvectors of A*A are called EOF (empirical othrogonal
: functions). So far, EOF, or in another name, principal
: component analysis, is very powerful a

1 (共1页)
进入Science版参与讨论
相关主题
[合集] ill conditioningRe: 一个色与光的问题
感觉data scientist的面试经常都是瞎问Re: 赌场问题: frequentist vs. Baynesian
问个简单的matrix变换的问题,包子答谢Was there a Big Bang
Singular Value DecompositionRe: discussion on SVD combined with ICA
Re: 谁知道什么是singular value decomposition?Re: Help! about matrix inverse
Re: MATLAB请教mathematica 和 C/C++的混合编程 -observer
Re: 统计问题再请教 (1)Postdoc position available
IsoMap .vs. EOF问个统计问题 (转载)
相关话题的讨论汇总
话题: svd话题: discussion话题: eof话题: called话题: so