Projects
Brief overview of my projects.
ts-automata
I love the theory of computation as its very satisfying. In a way that it makes sense but it also kind of doesn't.
Anyhow, I worked with another friend on mine on an open source library that allows you to play with these automatons yourself, which I think is both fun and educative.
RobTree
C++
For my thesis, I worked in the Algorithmics group on making a search based method for Optimal Robust Decision Trees.
I was quite happy with the outcome as I learnt a lot about different pruning methods in search. It was also a nice expedition into the world of low-level code optimization, which I found I am quite interested in. We somehow beat the state-of-the-art methods as we achieved runtimes a few orders of magnitude faster.
Decision trees are the closest I have come to touching grass.