Recent Posts
-
July 10, 2021
Shutting Down Python's ThreadPoolExecutor
To cancel pending futures during shutdown of ThreadPoolExecutor for Python 3.7, 3.8 and 3.9
-
December 11, 2020
Populating MySQL Docker Image
A tutorial on starting up a MySQL Docker image on your local machine populated with some dummy data for local testing
-
June 25, 2019
Tensorflow 2.0 / Keras - LSTM vs GRU Hidden States
Exploring cell state and hidden state for LSTM and GRU while doing Tensorflow's Neural Machine Translation with Attention tutorial.
-
June 21, 2019
Editing Newest JSON File In A Directory
This post shows how to edit the newest (by create date) JSON file from a Windows directory
-
January 22, 2019
Reinforcement Learning: Deep Q-Network (DQN) with Open AI Taxi
Python code in a Jupyter notebook to implement Deep Q-Network (DQN) using the Open AI Taxi environment and Keras-RL