Handwritten digits classification using neural network
In this notebook we will classify handwritten digits using a simple neural network which has only input and output layers. We will than add a hidden layer and see how the performance of the model improves.
-Build a multilayer Neural network in Tensorflow.
- To identify text in an image by using MNIST dataset which consist of greyscale Handwritten digits.
