Fixed a typo
This commit is contained in:
parent
dc425d7872
commit
683f473a6f
@ -1246,7 +1246,7 @@ S[2,3] = 42
|
|||||||
print(S)
|
print(S)
|
||||||
|
|
||||||
< q86
|
< q86
|
||||||
Consider a set of p matrices wich shape (n,n) and a set of p vectors with shape (n,1). How to compute the sum of of the p matrix products at once? (result has shape (n,1)) (★★★)
|
Consider a set of p matrices with shape (n,n) and a set of p vectors with shape (n,1). How to compute the sum of of the p matrix products at once? (result has shape (n,1)) (★★★)
|
||||||
|
|
||||||
< h86
|
< h86
|
||||||
hint: np.tensordot
|
hint: np.tensordot
|
||||||
|
Loading…
Reference in New Issue
Block a user