Blog

  • Deep Reinforcement Learning – OpenAI’s Gym and Baselines on Windows

    This post will show you how to get OpenAI’s Gym and Baselines running on Windows, in order to train a Reinforcement Learning agent using raw pixel inputs to play Atari 2600 games, such as Pong. Introduction I’ve been doing quite a bit of Machine Learning experiments lately, in particular experiments using Deep Reinforcement Learning. When…

  • Explained In A Minute: Neural Networks

    This is the accompanying blogpost to my YouTube video Explained In A Minute: Neural Networks. There were a lot of things that did not fit into the video. This post describes the difference between feedforward and recurrent Neural Networks, different architectures and activation functions, and different methods for training Neural Networks. In the last years…

  • Explained In A Minute – Explained

    This post tells the story of how my YouTube series of short explainer videos, Explained In A Minute, came to be and what I am planning to do with it in the future. It explains the details of what I am trying to achieve with these videos and which software I am using to create…