Skip to content

In this project we make use of convolutional neural network to recognise digits from 0 to 9. The neural network architecture used in this project is LENET-5.

Notifications You must be signed in to change notification settings

srikanth2102/DIGIT---RECOGNITION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

DIGIT RECOGNITION

MOTIVATION:

  • The handwritten digit recognition can play a huge role in increasing the speed of the postal systems.
  • The letters can be segregated based on the PIN code using this model.

TASK:

  • In this project we classify handwritten digits using deep learning.

DATASET:

  • The data used here is taken from Tensorflow datasets. To access the dataset click here.

TRAIN and TEST DATA:

DATA SAMPLE SIZE
Train_data 60,000
Test_data 10,000

IMAGE PIXELS:

  • The image in this dataset are grayscale images. The dimension of each image is (28,28,3).
  • The height and width of the image is equal to 28.
  • Number of channels in the image is 1.

NEURAL_NETWORK ARCHITECTURE:

  • In this project we made use of the convolutional neural network.
  • The convolutional network architecture is LENET-5.
  • LENET-5 is one of the best architecture used for grayscale images.
  • LENET-5

OUTCOME:

  • In this project we are able to predict the handwritten digits with an accuracy of 99%.
  • classification_report

About

In this project we make use of convolutional neural network to recognise digits from 0 to 9. The neural network architecture used in this project is LENET-5.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published