Blog

Questions, experiments, and things I wrote 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.

Data explorations

Questions I followed through public data.

Housing and market questions, what appeared in the data, and where the evidence stops.

Earlier posts

Experiments from 2018.

Python, Selenium, and neural-network notes, preserved with their original publication dates and links.

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

Play with Selenium Part 2

Second part is to clean the code and make it easy to work with.

  • Python
  • Selenium

Play with Selenium Part 1

First part, a fast walk through of selenium with a goal to click on a object.

  • Python
  • Selenium

Python Decorators

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

  • Python
  • Decorator