Bangla numeral recognition using multilayer feed forward, Computer Engineering

Assignment Help:

Assignment 4: Handwritten Bangla Numeral Recognition using Multilayer Feed Forward Neural Network.

In this assignment, you will design a multi layer feed forward neural network (MLP) classifier that will be used to recognize handwritten Bangla numerals. There are ten numerals in Bangla alphabet. The data set that will be used consists of image samples of handwritten Bangla numerals which were found by asking people of various professions to write down the numerals in paper and then scanning the paper to images. The data set consists of a training and test set where in each set there are 25 samples for each numeral. Therefore, in each dataset, there are 10X25 = 250 samples. You will have to use MATLAB image processing functions to do this assignment.

1.       Download the training and test data from my website.

2.       This machine learning task involves four key phases.

a.       Phase 1- Preprocessing:  

 i.      In this step, the images samples will be read using MATLAB function imread. The raw data that will be returned by imread is the pixel-by-pixel luminosity. So, if image size is 50x50, the imread function a 50x50 matrix, where each cell denotes the intensity of the image in the corresponding pixel. Intensity is between 0 and 1. This is what called grayscale image.

 ii.      Since, each image is not of the same size; there we have to resize them to a uniform size. In this step, use the MATLAB function imresize to resize each image matrix into a uniform size of 40x40.

 iii.      After resizing, you have to convert the grayscale image to a binary image (where each pixel will be either 0 or 1). This will be done by using graythresh and im2bw function.

 iv.      [You can thin the image using bwmorph function. Although this step is not necessary for this assignment, however you can experiment with it, whether thinning gives improvement in performance

b.       Phase 2- Feature extraction:

i.      In this phase, you will extract features. In this assignment, feature will correspond to the average intensity of a 5x5 size box centered at each pixel. All such average intensities will form the feature vector.

c.        Phase 3- Training the MLP:

 i.      Train the back propagation neural network using training data set.

d.       Phase 4- Testing: Test the learned neural network and find accuracy measures.

3.       Perform experiments by varying:

a.       Number of hidden layers: Experiment with 5, 10, 25, 50.

b.       Number of iterations: Experiment with 100, 300, 500, 1000.

c.        Size of the box: Experiment with 3x3, 5x5, 9x9, 15x15.

d.       In each of the above experiments, take average of 25 runs.

4.       If you want to determine the effect of factors stated in (3), then run 4x4x4 = 64 experiments. Comment on the results.

5.       Write a report commenting on the experiment results. State your findings explicitly. These findings will give you better marks.


Related Discussions:- Bangla numeral recognition using multilayer feed forward

Benefits of traditional hard disks and cd-rom, Q. Benefits of traditional h...

Q. Benefits of traditional hard disks and CD-ROM? CD-ROM is suitable for distribution of large amounts of data to a large number of users. CD-ROMs are a general medium these da

Write an algorithm for the braking system, Question: a) Consider a car ...

Question: a) Consider a car having a collision detection mechanism. Write an algorithm (in simple English) to illustrate the collision detection mechanism. b) The same car

Write examples of declarations of external variables, Examples of declarati...

Examples of declarations of external variables  that  are  not definitions: extern char stack[10]; extern int stkptr; These declarations tell the compiler that the variab

Data manipulation is essential, Based on the variables, construct a design ...

Based on the variables, construct a design that haves only main effects of one categorical IV and at least 2 continuous DVs. Discuss what you think the relationship is among the de

State a simple pull transaction, a. Explain the future of mobile commerce i...

a. Explain the future of mobile commerce in world? b. 'Push and Pull' are two ways of transferring information to and from a phone, through WAP. Now, with the help of diagram, s

Thematic analysis - flash design, Thematic Analysis & Interpretation: ...

Thematic Analysis & Interpretation: The next steps in analysis are to move beyond what is literally there in the image (formal visual elements) and examine the meaning they re

Struct and class, https://dl.dropbox.com/u/41918180/Images/Pro%202/2.png ...

https://dl.dropbox.com/u/41918180/Images/Pro%202/2.png https://dl.dropbox.com/u/41918180/Images/Pro%202/3.png https://dl.dropbox.com/u/41918180/Images/Pro%202/4.png">https://dl.d

Describe the concept of value creation, I am required to write about the im...

I am required to write about the impact of the internet on firms with reference to the following questions: 1. Describe the concept of value creation. Explain how a firm can use

Two ethernet switches sw1 and sw2 , Six machines H1, H2, ..., H6 are linked...

Six machines H1, H2, ..., H6 are linked by two Ethernet switches SW1 and SW2 as given below. Both switches have four ports drawn. The port numbers are as indicated. Suppose the two

Explain advantageand disadvantages of a dynamic document, Explain advantage...

Explain advantageand disadvantages of a dynamic document.   The chief advantages of a dynamic document lie in its capability to report current information. For illustratio

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd