Introduction 🍵

The MNIST dataset is the most overused dataset for getting started with image classification. MNIST dataset comprising of 10-class handwritten digits introduced by Yann LeCun in 1998 come up over and over again, in scientific papers, blog posts, and so on. It contains 28×28 (also 32x32) grayscale images of handwritten digits, each with integers between 0 and 9.

The reason MNIST is so popular has to do with its size, allowing deep learning practitioners to quickly check, train, and publish their algorithms. There are certain variations and limitations of MNIST.

The main objective is to come up with a fresh dataset to understand Image Classification using CNNs.

If not MNIST then what? 🤔

For the purpose of simple explanation, I have chosen Quick-Draw images by Google. These images are doodles that were generated in an A.I. experiment.

#pytorch #image-classification #deep-learning #convolutional-network #python

Introduction to CNNs Without using MNIST!
3.05 GEEK