notes

2023

back to top ↑

2022

back to top ↑

2021

Batch and instance whitening

6 minute read

This short post will cover graphical intuition and PyTorch code for two different kinds of whitening: batch and instance.

Orthogonal iteration

5 minute read

A tutorial for a classic numerical linear algebra algorithm to find eigenvectors and values.

Elliptical slice sampling

6 minute read

A Python implementation of the elegant algorithm introduced by Iain Murray et al. (2010).

back to top ↑