Tensor Product

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 Apr 19 12:53
Editor
Edited
Edited
2024 Apr 23 5:11
Refs
Refs
Matrix Multiplication
과 다르다

Specialization of the Tensor Products

Kronecker product

  • A product like Id⊗𝑊 (with identity on the left) represents multiplying each position in our context by a matrix.
  • A product like 𝐴⊗Id (with identity on the right) represents multiplying across positions.
  • A product like 𝐴⊗𝑊 multiplies the vector at each position by 𝑊 and across positions with 𝐴. It doesn't matter which order you do this in.
  • The products obey the mixed-product property (𝐴⊗𝐵)⋅(𝐶⊗𝐷)=(𝐴𝐶)⊗(𝐵𝐷).

Hadamard product (
Jacques Hadamard
)

동일한 차원 가질 때 pointwise
 
 
 
 
 
 
 

Recommendations