26 Sep 2024 | A trick to convert classification labels to regression targets and back. #math #ml #code |
18 Mar 2024 | A short note on over-parameterizing the L1 regularizer to make it differentiable #math #ml |
12 Jan 2024 | A simple generalization of Mahalanobis distance to Gaussian Mixture Models (GMMs). #math #ml #code |
04 Aug 2023 | A guide to updating probabilistic beliefs using Jeffrey's rule and Pearl's method. #math #ml #probability |
29 Aug 2022 | Discussion about the MAGSAC algorithm, addressing a crucial hyperparameter selection issue for the RANSAC algorithm. #math #ml #code #jax |
18 Jul 2022 | Two examples of using complex numbers for real-function optimization. #numerics #math #ml #gradient #code #python |
29 Jun 2022 | Stochastic Gradient Descent can be (kind of) reversed and can be used to compute gradients with respect to its hyperparameters. #math #ml #gradient #graph #code #jax #deep-learning |
31 May 2022 | The associative property of Kalman (Bayesian) filters can yield a parallel algorithm in O(log N). #math #ml #parallel #code #jax |
23 Sep 2021 | A quick discussion and a vectorized Python implementation for the computation of sample covariance matrices for multi-dimensional arrays. #math #ml #code |
30 Aug 2021 | A tutorial on the lossless Asymmetric Numeral Systems (ANS) coding commonly used in image compression. #math #ml #information-theory #code |
27 Jun 2021 | An interesting connection between the number of cycles in a digraph and its power adjacency matrix leads to a beautiful formulation for DAG constrains. #graph #math #ml |
18 Jun 2020 | Implicit differentiation can lead to an efficient computation of the gradient of reparametrized samples. #math #ml #gradient #deep-learning |