Community Profile

photo

Wenyu Zhang


Last seen: 約2年 前 2021 年からアクティブ

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


How to calculate sum(A .* (B * C), 'all') [Ed. actually sum(A .* log(B * C), 'all')] efficiently when A is sparse and B*C is full and large?
I have three matrices, A of size [J,I], B of size [J,K], C of size [K,I]. A is a sparse matrix with more than 90% zeros, while B...

2年以上 前 | 5 件の回答 | 1

5

回答

質問


How can I perform large sparse matrix multiplication efficiently when one sparse matrix is block diagonal?
Background: I have a 3d matrix V of size [J,I,K], where J and I are large, say J=1e5 and I=1e4. I would like to get two matric...

2年以上 前 | 4 件の回答 | 0

4

回答