chaudharyachint08 / CNN_MNIST

Various models of CNN for MNIST data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Various models of CNN for MNIST data


Languages

Language:Jupyter Notebook 100.0%