最新文章

Alias Sampling

少于 1 分钟阅读

Two brilliant posts on this sampling technique:

Isometry

少于 1 分钟阅读

Definition

PyTorch: Computational Graphs

少于 1 分钟阅读

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

Eigenbasis / Eigenspace

少于 1 分钟阅读

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