Olivier Bousquet

Projects

Database Generator

I wanted to easily create and share databases of interesting math facts and data. So I created this little app that can generate a simple website from a database and can be used to edit it as well. See here

Combinatorial Parameters

As a first application of the database generator, I am creating a database of all the known complexity parameters for set families, such as VC dimension, Teaching dimension, Littlestone dimension and many many more. The idea is to record their definition, their relationships, and the value they take on a few special classes. See Combinatorial Parameters Database

Blog Posts

Associative Memory, States, Attention, Optimization: A Unifying Perspective

A unifying view of RNNs, transformers, SSMs, and residual networks through a single state-update primitive. Covers SSD duality, cost-update duality, and the depth-as-inner-loop insight.