Recent Posts

Isometry

less than 1 minute read

Definition

PyTorch: Computational Graphs

less than 1 minute read

首先感谢有 PyTorchViz 这个项目 (依赖 Graphviz) 使得我们可以画出 PyTorch 的 computational graph。PyTorch 自己好像并没有 built-in 的机制来做这件事情。

Eigenbasis / Eigenspace

less than 1 minute read

Given a eigenvalue λ of matrix A, the null space (kernel) of AλI is called the eigenspace of A associated with λ.

Eigen-decomposition

10 minute read

给定方阵 A,如果 λ,v0 满足 Av=λv,我们称 λA 的一个 eigenvalue,vA 对应 $\l...

Tensor

6 minute read

参考: