Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kodekarim/digit-recogniser

Digit Recogniser using Keras
https://github.com/kodekarim/digit-recogniser

deep-learning digit-recognition keras keras-tensorflow

Last synced: 18 days ago
JSON representation

Digit Recogniser using Keras

Awesome Lists containing this project

README

        

# Digit-Recogniser
Digit Recogniser using Keras

The Kernels is using Tensor flow in the backend the main library used is Keras and sub modules:
Model
- Sequential

Layers
- Dense
- Dropout
- Activation
- Lambda
- Flatten
- Conv2D
- MaxPooling2D

Callbacks

- ReduceLROnPlateau
- EarlyStopping

EPOCHS = 10
BATCH_SIZE = 1000
loss: 0.0764 - acc: 0.9775 - val_loss: 0.0598 - val_acc: 0.9802

Kaggel link
https://www.kaggle.com/abdul002/digit-recogniser-using-keras

Public Score
0.98228