Recent Posts

Driving Up A Mountain

13 minute read

A while back, I found OpenAI’s Gym environments and immediately wanted to try to solve one of their environments. I didn’t really know what I was doing at th...

Deep Q-Networks

8 minute read

In a previous post on Q-learning, I demonstrated how to train an agent to play tic-tac-toe. One of the challenges with Q-learning is that it doesn’t scale we...

COVID-19 Visualizations

3 minute read

I recently found the GitHub repository for the Johns Hopkins University Center for Systems Science and Engineering online dashboard, so I thought I’d do a li...

Q-Learning

8 minute read

I’ve been reading some books on machine learning, and recently started going through Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow by Au...

Decrypting Substitution Cyphers

18 minute read

Stanford professor Persi Diaconis described an event when a psychologist from the California prison system brought encoded messages obtained from inmates to ...