Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/somjit101/mnist-classification-cnn

A simple study on the use of CNNs for a simple handwritten number image classification task using the Keras framework (with Tensorflow background).
https://github.com/somjit101/mnist-classification-cnn

cnn cnn-classification cnn-keras convolutional-neural-networks keras maxpool2d mnist-classification mnist-dataset neural-network neural-networks

Last synced: 27 days ago
JSON representation

A simple study on the use of CNNs for a simple handwritten number image classification task using the Keras framework (with Tensorflow background).

Awesome Lists containing this project

README

        

# MNIST Classification using CNNS with Keras
A simple, exploratory study on the use of Convolutional Neural Networks (CNNs) with Keras framework (Tensorflow background) for a simple handwritten number image classification task. This project was primarily made with the purpose of learning and getting familiar with CNNs in Keras framework, which efficiently streamlines its implementation with intuitive, simple-to-use functional APIs. This eliminates the need of managing computational graphs in Tensorflow and allows us to easily play with the Neural Network Architecture.

## Dataset

We have used the renowned [MNIST Handwritten Digits Dataset](http://yann.lecun.com/exdb/mnist/) containing 60,000 train samples and 10,000 test samples of 28x28 grayscale images depicting numerical digits written by a huge number of human subjects.