What I’m learning

What I’m learning#

A running log of ML research I've been thinking about — papers I'm reading, ideas I'm turning over. Every entry is a live notebook.

A stylised loss landscape with a descent trajectory.

2026

  1. May 04 PAPER

    Influence functions: where does the Hessian come from?

    A derivation of the Koh & Liang (2017) influence function from the implicit function theorem, verified numerically on a small MLP.

  2. Apr 24 ML

    Forward, backward, and hooks in PyTorch

    What actually happens when you call .backward(), and how register_forward_hook / register_full_backward_hook let you capture per-layer (a, δ) factors.