Home

Exploring questions through data and experimentation.

A collection of investigations and projects showing how I approach unfamiliar problems, follow the evidence, and turn ideas into useful results.

All posts

Writing, newest first.

Betting on a Start Time That Does Not Exist

I reconstructed the live start-time messages for 111 Swedish horse races and found that the difficult part was not reacting quickly enough. It was knowing when the race...

  • Data analysis
  • Real-time systems
  • Horse racing

Unusually large final bid jumps

How the final recorded bid increase compares with earlier increases in Swedish property auctions.

  • Housing

Experimenting with RNN!

This notebook aims to provide some basic intuition on the differences between two types of deep neural networks and to encourage you to test different deep learning architectures....

  • RNN
  • Deep learning

Python Decorators

I'll walk through some example where decorator can is been used.

  • Python
  • Decorators