Tensor decomposition

Layer 0 — Mathematicsin the linear-algebra subtree

Factorisation of a multi-way array (tensor) into a sum or product of simpler tensors. Two canonical families: CP/PARAFAC (T = Σ_r λ_r a_r ⊗ b_r ⊗ c_r) and Tucker (T = Σ_{ijk} g_{ijk} u_i ⊗ v_j ⊗ w_k). Generalises matrix SVD to higher…

Related concepts

Explore Tensor decomposition on the interactive knowledge graph →