2 Replies - 1019 Views - Last Post: 21 May 2012 - 06:00 PM

#1 mishaparem  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 25-June 09

letter recognition

Posted 21 May 2012 - 03:06 PM

Hello all, I just wanted to ask if anyone knew of some good reference/learning material for programming letter recognition algorithms?

Thanks,

Misha
Is This A Good Question/Topic? 0
  • +

Replies To: letter recognition

#2 macosxnerd101  Icon User is online

  • Self-Trained Economist
  • member icon




Reputation: 9037
  • View blog
  • Posts: 33,522
  • Joined: 27-December 08

Re: letter recognition

Posted 21 May 2012 - 04:34 PM

By letter recognition algorithms, are you talking about image comparison algorithms? I found a good article you may find helpful.
Was This Post Helpful? 0
  • +
  • -

#3 blackcompe  Icon User is offline

  • D.I.C Lover
  • member icon

Reputation: 1009
  • View blog
  • Posts: 2,186
  • Joined: 05-May 05

Re: letter recognition

Posted 21 May 2012 - 06:00 PM

Coursera has a Machine Learning course in which one of the programming assignments is to do handwriting recognition. It's a pretty involved process, but at it's core we use one-vs-all classification atop logistic regression and gradient descent. A neural network is a more powerful, but complex model that can be used for classification.

For Coursera, we use GNU Octave, for it's vector processing abilities, but the concepts taught are language agnostic. You also might want to check out the following texts:

Pattern Recognition and Machine Learning
Pattern Classification
Was This Post Helpful? 1
  • +
  • -

Page 1 of 1