Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/f-ssemwanga/handwriting_cnn
- Owner: f-ssemwanga
- Created: 2023-08-31T08:24:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T20:28:13.000Z (about 1 year ago)
- Last Synced: 2024-01-27T06:09:40.913Z (10 months ago)
- Topics: cnn-keras, computer-vision, machine-learning, matplotlib-pyplot, numpy, python
- Language: Jupyter Notebook
- Homepage:
- Size: 27.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)