Here you can find some of my projects, including
- BP-MLL - TensorFlow implementation of the BP-MLL loss function for multi-label learning using neural networks
- Games-CNN - Recognizing game genres from screenshots using convolutional neural networks for multilabel learning. More details in this blog post.
- ChatBar - an OSX app that displays Twitch Chat in the MacBook Pro Touch Bar
- TwitNet - some python scripts to train recurrent neural network language models on tweets, using Keras
- My solutions for Advent of Code 2016, 2017 and 2018, written in Haskell