deep learning building block-mnist
Deep Learning Building Blocks-MNIST
In this blog, we are first going through a simple deep learning example using the MNIST from the Keras library. I will not go over the Keras package, however, it is a popular framework used in practice for solving deep learning related problems. Once we work on this problem, we will also go over important concepts in deep learning. We then will be able to take those concepts and understand what is going on in the example we are working through. The problem we will solve using this dataset is to classify grayscale images of handwritten digits with 28 x 28 pixels into 10 categories which ranges 0 to 9.