Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/f-ssemwanga/handwriting_cnn

Handwritting Recongnition CNN
https://github.com/f-ssemwanga/handwriting_cnn

cnn-keras computer-vision machine-learning matplotlib-pyplot numpy python

Last synced: 6 days ago
JSON representation

Handwritting Recongnition CNN

Awesome Lists containing this project

README

        

## Problem Definition

- The CNN will use an MNIST dataset is a subset of a larger dataset available from NIST and was copied from [Yann.lecun.com](http://yann.lecun.com/exdb/mnist/)

### Aim of the classifier
- The aim of the classifier is to take digits in the format provided and correctly identify the digit that was written

![Handwriting Recognition](./images/handwritting_recog.png)
![CNN Model Illustration](./images/keras_cnn_model.png)