Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timofurrer/hslu-pren-digit-cnn

Convolutional Neural Network to recognize digits used in the PREN class @ HSLU
https://github.com/timofurrer/hslu-pren-digit-cnn

cnn digit-recognition hslu keras machine-learning pren tensorflow

Last synced: about 2 months ago
JSON representation

Convolutional Neural Network to recognize digits used in the PREN class @ HSLU

Awesome Lists containing this project

README

        

# CNN to detect digits for the PREN project @ HSLU

This repository contains notebooks, assets and a pre-trained model for a
Convolutional Neural Network intended to predict digits from 28x28 images.

This CNN was used in the PREN project @ HSLU.

The repository consists of 3 parts:

* A jupyter notebook to augment and multiply the test images in the `images/` folder
* A jupyter notebook to train a CNN using the augmented test images
* A pre-trained model in `models/`

The CNN classifies the numbers *1-9* and *0* for *not-a-number*.

See the jupyter notebooks for more details about the image augmentation and model architecture, training and evaluation.

Graph:
![](docs/tensorboard-logs.png)

Accuracy during training:
![](docs/tensorboard-acc.png)

***

*

This project is published under [MIT](LICENSE).
A [Timo Furrer](https://tuxtimo.me) project.
- :tada: -

*