由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - Fastest Algorithm?
相关主题
请问比较实用的face recognition 算法?预测几个值图灵奖的得主
How to organize the algorithm[合集] How to sort a singly linked list in O(n) time?
Algorithm 课程及教材选择疑问 (转载)来个比较Challenging的学术问题
相对于machine code, assembly到底有啥改进?请推荐一个处理sparse matrix SVD的java library
关于计算机算法杂志请问computer science 和software engineering哪个好
question about google algorithm/architecture (转载)NetFlix prize : SVD: C++ code problem
Transportation problem包子跪求multidimensional scaling 的c/c++代码
请教如何计算椭圆的对称轴 (转载)如何用CUDA同时计算几百个实对称矩阵的eigenvalues/eigenvecot (转载)
相关话题的讨论汇总
话题: what话题: fastest话题: algorithm话题: components话题: principal
进入CS版参与讨论
1 (共1页)
j********3
发帖数: 9
1
Couple beginner questions:
(1) What is the run time for computing the principal components of data? Is
there faster than O(n^3) algorithms?
(2) What if I only need one of the principal components (say, the largest)?
I remember seeing somewhere that SVD takes O(n^3). If you happen to know
some references, that would be great.
I appreciate your help. Thank you very much.
e***e
发帖数: 3872
2
"Using the Nystrom Method to Speed Up Kernel Machines" Williams and Seeger

Is

【在 j********3 的大作中提到】
: Couple beginner questions:
: (1) What is the run time for computing the principal components of data? Is
: there faster than O(n^3) algorithms?
: (2) What if I only need one of the principal components (say, the largest)?
: I remember seeing somewhere that SVD takes O(n^3). If you happen to know
: some references, that would be great.
: I appreciate your help. Thank you very much.

j********3
发帖数: 9
3
etude: Thank you very much for the link. I will have to study it for a
while since I'm not familiar with the area. In the paper, they mentioned:
"There are methods to compute the first p eigenvalues and eigenvectors of K,
but their average running times are significantly below O(n^3) only if p< But they didn't give any references to these methods... I'm interested in p=
1, do you (or anyone) know what these "methods" are?
1 (共1页)
进入CS版参与讨论
相关主题
如何用CUDA同时计算几百个实对称矩阵的eigenvalues/eigenvecot (转载)关于计算机算法杂志
不好意思问个简单PP & CTMC问题question about google algorithm/architecture (转载)
求教高手:超级难题求解Transportation problem
大家一般怎么看那种有特别多self reference的paper的?请教如何计算椭圆的对称轴 (转载)
请问比较实用的face recognition 算法?预测几个值图灵奖的得主
How to organize the algorithm[合集] How to sort a singly linked list in O(n) time?
Algorithm 课程及教材选择疑问 (转载)来个比较Challenging的学术问题
相对于machine code, assembly到底有啥改进?请推荐一个处理sparse matrix SVD的java library
相关话题的讨论汇总
话题: what话题: fastest话题: algorithm话题: components话题: principal