Research, Open Source and Personal Projects
Projects
Code I've written and maintain, for research projects I list the papers as well.
- reg-mmd-scikit
Estimation based on the MMD criterion allows for robust estimation. This implementation follows the standard scikit-learn format, allowing for easy integration into any Data Science project. Based on the work done by Piere Alquier, and ...
- meta-grad-pytorch
MetaGrad adapts its learning rate by keeping track of multiple learning rates and estimating the best one. Packaging it as a standard torch.optim.Optimizer makes it usable as a drop-in replacement in an existing training loop. Based on the work done by Tim van Erven, Wouter Koolen and Dirk van der Hoeven
- sample-efficient-learning-of-concepts
Repository containing all the code needed to reproduce the experiments. Additionally contains a scikit-learn style implementation of the estimator we propose.
- consequences-of-recourse
Repository containing all the code needed to reproduce the experiments.
- recourse-robust-explanations-impossible
Repository containing all the code needed to reproduce the experiments.
- This website
This was a React app first, but I rewrote it to have a new design and a new framework. The idea was to simplify the site, and reduce what is served to basically zero dependencies.