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.

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