Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
please I am new to genetic algorithm and I have a project on handwriting recognition using genetics algorithm and matlab.

I have searched the internet for explanations and possible examples but didn't find, please can someone explain to me how to go about my project because my supervisor is out of town and the other lectures said I should await her return but I am running out of time. please help!!!

What I have tried:

I have search internet and youtube, infact I used all search engines I came across
Posted
Updated 4-Dec-16 7:05am

I designed a character recognition system (very) many years ago for my MSc. thesis.
The basic idea was to scan the periphery of characters, feed that into a fast fourier transform, then use the top 3-4 harmonics as a lookup to the character.

It worked well for handwritten non-joined characters - handwriting is a whole new ball game though, and I'm not sure that approach would work. Good luck with your research.
 
Share this answer
 
Comments
Member 12886043 13-Dec-16 10:58am    
thanks
The idea of "development" is as the word suggests: "The systematic use of scientific and technical knowledge to meet specific objectives or requirements." What is development? definition and meaning - BusinessDictionary.com[^]
That's not the same thing as "have a quick google and give up if I can't find exactly the right code".

So start by thinking about what you have to do, and break it into chunks.
Then think about each chunk, and if you don't understand that, break that down until you get to chunks you can do, or can research how to do successfully.

You aren't going to find the complete project ready to hand in anywhere - and if you did, you'd probably fail the course anyway for cheating and plagiarism.

Give it a try, and see how far you can get - you may find it is not as difficult as you think! If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!
 
Share this answer
 
Comments
Member 12886043 13-Dec-16 10:57am    
Thanks a lot
OriginalGriff 13-Dec-16 11:05am    
You're welcome!
Member 12886043 13-Dec-16 10:57am    
sorry for the late response
OriginalGriff 13-Dec-16 11:05am    
No problem!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900