Home

Questions I got curious about and followed far enough to write down.

Most posts begin with a question and follow the evidence wherever it leads, often through public data and code. Alongside them are earlier experiments with Python, browser automation, and neural networks.

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
  • DeepLearning

Python Decorators

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

  • Python
  • Decorator