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

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