Recent Posts

Multiple Linear Regression

16 minute read

In the previous section we considered just one predictor and one response. The linear model can be expanded to include multiple predictors by simply adding t...

Simple Linear Regression

7 minute read

The purpose of regression is to describe a relationship that explains one variable (the response, or the “y” variable) based on one or more other variables (...

PyTorch DQN Solves LunarLander-v2

4 minute read

A couple of weeks ago, I attempted to install the GPU version of TensorFlow and failed miserably. I should have set up a new virtual environment for it, but ...

Driving Up A Mountain Faster

7 minute read

The DeepMind researchers developed the Double Deep Q-Network after observing that the DQN target network is prone to overestimating Q-Values.