Building Digit prediction web application using TensorFlow with Keras and Flask

This post will give you an idea about how to build a web application which predicts digit in the image uploaded. We are going to use the model which we have already for predicting digits which was trained on MNIST Continue Reading

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

Deploy your First Deep Learning Neural Network Model using Flask, Keras, TensorFlow in Python

Recently I built a deep learning model for my company predicting whether the user buys a car or not if yes then which car with good accuracy. Gave demo to CEO & business team everyone got excited about it. We Continue Reading

Handwritten Digit Prediction using Convolutional Neural Networks in TensorFlow with Keras and Live Example using TensorFlow.js

Whenever we start learning a new programming language we always start with Hello World Program. Likewise, most AI/ML developers say “Just like programming has Hello World, machine learning has MNIST”. Like everyone, I wanted to start from there. In fact, Continue Reading

Build your First Deep Learning Neural Network Model using Keras, TensorFlow in Python

Our product collects user’s behaviour (Page views, Events) on our sites. We contact every customer whether he is interested to buy a car or not? We thought what if we contact the user who is going to buy instead of Continue Reading