• Policy Gradients Visual Tutorial

    A visualization as well as a tutorial on reinforcement learning algorithms, starting with the good old gradient descent and ending with the policy gradients algorithms.
    The algorithms run in the browser using Tensorflow.js and are visualized using pure D3.js.



  • Review: Semi-Supervised Learning in GANs

    A review of semi-supervised learning methods using GANs. A prevalent theme in these methods was simply combining a supervised classification loss with the unsupervised GAN loss in order to make use of the huge set of unlabeled data.





  • (mini) Java Compiler

    Compiler for a restricted version of the Java language, written in C++.