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

답변