Oliver S

AI

Introduction to Reinforcement Learning and Solving the Multi-armed Bandit Problem

Dissecting “Reinforcement Learning” by Richard S. Sutton with Custom Python Implementations, Episode I Oliver S · Follow Published in Towards Data Science · 11 min read · 13 hours ago — Reinforcement Learning (RL) is a fascinating subfield of Machine Learning. You might already know it from applications such as playing Go [1], autonomous driving [2], and more. Equally fascinating in my opinion is Sutton’s and Barto’s famous book, “Reinforcement Learning” [3]. I think it’s

Read More »
AI

Introduction to Kaggle and Scoring Top 7% in the Titanic Competition

Get started with Kaggle and submit a (good) first solution Oliver S · Follow Published in Towards Data Science · 14 min read · 7 hours ago — Kaggle is a fun platform hosting a variety of data science and machine learning competitions — covering topics such as sports, energy or autonomous driving. In this post we will give an introduction to Kaggle, and tackle the introductory “Titanic” challenge. We will explain how to approach

Read More »