TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Lecture Notes on Randomized Linear Algebra (2013)

163 点作者 iamaaditya超过 8 年前

3 条评论

rajasinghe超过 8 年前
This stuff is incredibly useful when dealing with large matrices. The idea is that an n-by-n matrix often doesn&#x27;t contain n^2 pieces of independent information, but can be written a product of matrices of size at most n-by-r (for r &lt;&lt; n). A famous example of this is the Netflix recommendation matrix. In this case, you can often avoid O(n^2) complexity by only dealing with such low-rank approximations.<p>It should be noted that this overview dates from 2013 and that a lot of new results have appeared since then. The author gives some good references in the abstract.
评论 #13475876 未加载
评论 #13475922 未加载
评论 #13481969 未加载
jey超过 8 年前
Related but different:<p>Foundations of Data Science by Avrim Blum, John Hopcroft and Ravindran Kannan: <a href="https:&#x2F;&#x2F;www.cs.cornell.edu&#x2F;jeh&#x2F;book2016June9.pdf" rel="nofollow">https:&#x2F;&#x2F;www.cs.cornell.edu&#x2F;jeh&#x2F;book2016June9.pdf</a>
评论 #13477262 未加载
shas3超过 8 年前
This is a very good and timely compilation of all the important topics!<p>I ask this earnest question because I have a deep interest in randomized linear algebra, random projections, &#x27;sketching&#x27;&#x2F;sampling, compressive sensing, etc.:<p>Do any of you use it in industry applications? If so, at a high level, how do you use it?<p>I know I&#x27;m asking a &quot;I have a hammer and that is a nail&quot;-type question, but I am interested in seeing &quot;deployable&quot; applications of these topics. I don&#x27;t have any to report, other than academic ones.
评论 #13475280 未加载