Portfolio
Notebooks, code snippets and thoughts on various topics

Codenames Solo

Codenames is probably one of my favorite party games published in recent years. The core concept is extremely simple:...

GLOW: Generative flow

This notebook discusses/summarizes the Glow generative model. For a more complete review of the paper, see also the r...

Deep Image Prior

This notebook discusses/summarizes the Deep Image Prior and a closely related follow-up work, the deep decoder, in Te...

The Pólya Urn

This interactive post was written with the Idyll markup language.

VQ-VAE

This notebook contains a Keras / Tensorflow implementation of the VQ-VAE model, which was introduced in Neural Discre...

Mesh Generation with Alpha Complexes

This post is a short introduction and Python implementation of the Delaunay and Alpha Complexes triangulation in 2D. ...

Wonderwheel

Wonderwheel is a small data visualization project for representing images color distributions. More specifically, an...

Generative Latent Optimization

This post contains a short introduction and Tensorflow v1 (graph-based) implementationof the Generative Latent Optimi...

Variational Auto-encoders

This post presents a short introduction and Tensorflow v1 (graph-based) implementation of the Variational Auto-encode...