Build the MNIST model with your own handwritten digits using TensorFlow, Keras, and Python

This post will give you an idea about how to use your own handwritten digits images with Keras MNIST dataset. If you don’t know how to build a model with MNIST data please read my previous article. Recently one guy Continue Reading

Solving Curious case of MountainCar reward problem using OpenAI Gym, Keras, TensorFlow in Python

This post will help you to write gaming bot for less rewarding games like MountainCar using OpenAI Gym and TensorFlow. Once I built a model for playing CartPole game felt confident and thought let’s write code for one more game Continue Reading