/CNN_MNIST

Various models of CNN for MNIST data

Primary LanguageJupyter Notebook

CNN Architectures

This is repository contains python implementation of popular CNN architectures for Multi-class classification on MNIST using:

  1. Lenet-5
  2. Alexnet
  3. vgg-16
  4. Custom architecture

Some changes have been made in architectures in order to work, all the architectures have been implemented on MNIST using KERAS API with tensorflow backend.