MingchaoZhu / DeepLearning

Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

勘误

EpsIotaPi opened this issue · comments

【2 线性代数.pdf】第2页公式(3)中:
$A_{i,j}^T = A_{i,j}$
应为
$A_{i,j}^T = A_{j,i}$