Blog posts

2025

โ™พ๏ธ Infinite Widths Part II: The Neural Tangent Kernel

7 minute read

Published:

This is the second post of a short series on the infinite-width limits of deep neural networks (DNNs). Previously, we reviewed the correspondence between neural networks and Gaussian Processes (NNGP), showing that, as the number neurons in the hidden layers grows to infinity, the output of a random network becomes Gaussian distributed.

2024

KANs Made Simple

2 minute read

Published:

๐Ÿค” Confused about the recent KAN: Kolmogorov-Arnold Networks? I was too, so hereโ€™s a minimal explanation that makes it easy to see the difference between KANs and multi-layer perceptrons (MLPs).

2023

๐Ÿง  Predictive Coding as a 2nd-Order Method

10 minute read

Published:

๐Ÿ“– TL;DR: Predictive coding implicitly performs a 2nd-order weight update via 1st-order (gradient) updates on neurons that in some cases allow it to converge faster than backpropagation with standard stochastic gradient descent.