miguelgondu's blog

Training a VAE on Super Mario Bros and playing its levels

2022/05/23

In this blogpost I open-source tools for training VAEs on Mario, and playing its levels using an A star agent

Making an interactive, responsive d3 chart in Gatsby

2021/07/11

This blogpost explores how to use d3 inside Gatsby, and shows how to create a simple interactive chart

On Stuttering

2020/12/24

A short personal essay on my experiences with stuttering.

Translating measure theory into probability

2020/12/15

This blogpost contains a small summary of how some concepts from probability (events, probabilities, distributions and densities) are formalized using measure theory.

Creating Priors using Normal Noise

2020/01/15

In this blogpost I explain some of the things I learned in a Bayesian Scientific Computing course at DTU. I create noise functions by solving a linear system in which the right-hand side is given by normal samples.

Creating a random graph from a string

2019/10/25

In this post I show how to create a random graph from a string using numpy's random number generator and click.

A Link to my MSc Thesis

2019/10/06

This is a small post with a description and a link to my M.Sc. Thesis.

Installing and Using Anaconda and Jupyter Notebook

2019/08/12

In this post I introduce Anaconda and I show you how to install it and use one of its many tools.

A tutorial on sc2reader: events and units

2018/09/03

sc2reader is a great open source tool to parse SC2Replay files. This is a small tutorial on installing it and using it to scrap basic information from these files.

Latin Squares and Finite Groups

2018/01/24

In this post I show that there are only 2 groups of order 6 using only latin squares.

A couple of metrics in generalrepytivity

2018/01/18

This post is a tutorial on the small tool I wrote for manipulating tensors in General Relativity, called generalrepytivity.