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
Build your First AI game bot using OpenAI Gym, Keras, TensorFlow in Python
This post will explain about OpenAI Gym and show you how to apply Deep Learning to play a CartPole game. Whenever I hear stories about Google DeepMind’s AlphaGo, I used to think I wish I build something like that at Continue Reading