🔗 벡터미분과 행렬미분

**Scalar:

					$𝑥 ∈ R$**

**Vector:

					$𝐱 ∈ R^n$** 

**Matrix:

					$M ∈ R^{m\\times n}$**

Vector-Vector (dot product, inner product)

$$ x^Ty \in R\;\;\;\;\;(x,y\in R^d) $$

Vector-Vector outer product

$$ x\otimes y \;=\;xy^T \in R^{d\times d}\\(x,y\in R^d) $$

Screen Shot 2022-10-14 at 3.59.03 PM.png

Matrix-Matrix Hadamard product

Untitled

Matrix Transpose properties

Screen Shot 2022-10-14 at 4.04.03 PM.png

Matrix Inverse properties

Screen Shot 2022-10-14 at 4.03.49 PM.png

Orthogonal Matrix

Untitled

Screen Shot 2022-10-14 at 4.04.29 PM.png