edgarmtze
edgarmtze

Reputation: 25048

Map reduce to compute SVD (Singular value decomposition)

Is it possible to parallelize SVD computing, using for example Hadoop's MAP REDUCE? Could you provide a simple example of it??

Upvotes: 2

Views: 1780

Answers (1)

yura
yura

Reputation: 14645

Yes, you can check Mahout Distributed Lanczos SVD implementation

Upvotes: 6

Related Questions