shakibyzn / two-digit-mnist-recognition

text recognition using two-digit mnist dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mnist-classification

Generating two-digit images out of mnist dataset and then using CNN, CNN-LSTM models to classify them


Table of Contents


Description

In this project, I went through several steps including generating two-digit sequences of images and also implementing several models to classifiy them The required steps for this project are as follows:
1- generating a two-digit mnist dataset ( to classifiy images into 11 classes (mnist has 10 classes and blank class)
2- implementing a CNN model (custom-model-with-batchnormalization)
3- implementing a CNN-LSTM model

To get an overview of the models' architecture, I have included the model visualizations in the Images folder. Needless to say, I visualized my models using Netron which is a viewer for neural networks.

Techniques

  • Image Classification
  • Deep Learning
  • Convolutional Neural Networks
  • Recurrent Neural Networks

Back To The Top


License

MIT License

Copyright (c) [2020] [Shakib Yazdani]

Back To The Top


Author Info

Back To The Top

About

text recognition using two-digit mnist dataset

License:MIT License


Languages

Language:Jupyter Notebook 98.2%Language:Python 1.8%