张量网络学习笔记[1]

时间:2020-01-25 16:30:35   收藏:0   阅读:93

0. 简介与前置知识

0.1. 本文所用图表与符号

0.2. Tensor Contraction 张量的缩约

技术分享图片

0.3. 张量网络简介

技术分享图片

技术分享图片

技术分享图片

1. 张量网络的应用

1.0. 张量基本操作与概念回顾

1.0.0 multi-index 多重索引

1.0.1. mode-n 矩阵化 (matricization)

1.0.2. mode-{n}典范矩阵化 (canonical matricization)

技术分享图片

1.0.3. 矩阵的Kronecker, 强Kronecker 和 Khatri-Rao乘积

\[ \mathrm{A} = \begin{bmatrix} \mathrm{A}_{1,1} & \dots & \mathrm{A}_{1,R_2}\\vdots & \ddots & \vdots\\mathrm{A}_{R_1,1} & \dots & \mathrm{A}_{R_1,R_2} \end{bmatrix} , \quad \mathrm{B} = \begin{bmatrix} \mathrm{B}_{1,1} & \dots & \mathrm{B}_{1,R_3}\\vdots & \ddots & \vdots\\mathrm{B}_{R_2,1} & \dots & \mathrm{B}_{R_2,R_3} \end{bmatrix}, \]

\[ \mathrm{C} = \mathrm{A} \,|\!\!\otimes\!\!|\,\mathrm{B}\in\mathbb{R}^{R_1 IK \times R_3 JL} \]

1.0.4. 张量的Kronecker乘积

技术分享图片

1.0.5. 张量的mode-n Khatri-Rao乘积

\[ \underline{\mathrm{C}}(:,\dots,:, i_n, :,\dots,:) = \underline{\mathrm{A}}(:,\dots,:, i_n,:,\dots,:) \otimes \underline{\mathrm{B}}(:,\dots,:,i_n,:,\dots,:). \]

1.0.6. mode-2和mode-1 Khatri-Rao 矩阵乘积

\[ \mathrm{A}\odot_1 \mathrm{B} = \begin{bmatrix} \mathrm{A}(1,:)\otimes\mathrm{B}(1,:)\\vdots\\ \mathrm{A}(I,:)\otimes \mathrm{B}(I,:)\end{bmatrix} \in \mathbb{R}^{I\times RQ}\tag{2.8} \]

1.0.7. 张量的直和 Direct sum of tensors

技术分享图片

1.0.8. 张量的(mode-n)部分直和 Partial (mode-n) direct sum of tensors

技术分享图片

1.0.9. n阶张量的串接 Concatenation of Nth-order tensors

1.0.10. 3D 卷积 convolution

1.0.11. 部分(mode-n)卷积 Partial (mode-n) Convolution

1.0.12. 外积(或张量积) Outer product (tensor product)

1.0.13. Kruskal 张量, CP分解

1.0.14. mode-n多线性乘积 mode-n multilinear product

1.0.15. 全线性(Tucker)乘积

1.0.16. 张量与向量的多线性乘积 Multilinear product of a tensor and a vector (TTV).

1.0.17. 张量的迹 Tensor trace

\[ \mathrm{a} = \text{Tr}(\underline{\mathrm{A}}) = \sum_r \underline{\mathrm{A}}(r,:,r), \]

下期内容: 1.1 基础张量网络的图形表达 Graphical Representation of Fundamental Tensor Networks

原文:https://www.cnblogs.com/lywangjapan/p/12233140.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!