Home

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

Newer pieces follow questions through public data. Earlier posts capture experiments with Python, browser automation, and neural networks. Both live here, with the older posts kept at their original dates and URLs.

All posts

Writing, newest first.

Data-led questions sit alongside notes on Python, browser automation, and neural networks.

Unusually large final bid jumps

A comparison of the final marked step with the other positive steps in each eligible auction trace.

  • 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