2010-04-07
Hadoop
- 我曾在李開復來台演講中聽過 Google 有人在研究如何用 MapReduce 作矩陣運算的研究,因為在科學應用上矩陣運算是非常重要的數値方法。簡單搜尋了一下,這幾篇看起來不錯:
- A MapReduce Algorithm for Matrix Multiplication
- 有範例原始碼可以下載,不妨參考看看
- Re: Inverse of a matrix using Map - Reduce
- 有人問怎麼算反矩陣,提到可以用 ChainMapper / ChainReducer
- how to implement eigenvalue calculation with MapReduce/Hadoop?
- 連求特徵値都出現了,有很多參考資料,待消化~
Last modified 15 years ago
Last modified on Apr 7, 2010, 10:08:24 AM