Digit classification on MNIST Dataset using Tensorflow
The model is being built as a Convolutional Neural Network.
The model is being built as a Convolutional Neural Network. Cross Entropy and Relu activation function has been used to classify the digits in the dataset. Gained 96% accuracy for the same using Tensorflow deep learning framework.