Giter Site home page Giter Site logo

badhri123 / optical-character-recognition Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14.96 MB

The aim of this project is to build an OCR model which could recognize handwritten digits that are written along a line.MNIST Handwritten Digits dataset was used to train a neural network for correctly classifying each digit seperately.

MATLAB 100.00%

optical-character-recognition's Introduction

MNIST Handwritten Digit Recognition( MATLAB Implementation)

The descriptions for all functions are given briefly.

1.MNIST_NN.m : A Neural network (1-hidden layer) was trained using Back propogation with 60000 examples of Hand written digit images and made.

The trained weights were stored after good performance of the classifier was obtained.
The trained weights ,transformation matrix in PCA ,the dataset used are also present in the zip file.


2.mnist_predict:This function takes as input a new test image and predicts the digit in it with the trained weights available.

3.windowing.m: This function segments a raw image containing multiple digits into images having only one digit.
The output of this function are column numbers representing the values at which segmentation needs to be done.

4.Singledigitpreprocess:This function takes as input the image containing a single digit and preprocesses it.

5.OCRmain:This is main program combining all the other functions.This takes the raw image containing multiple digits as input and produces a list of digits as output.

optical-character-recognition's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.