Re: Optimal Character recognition using python

2009-10-21 Thread Murtaza Gheewala
That was harsh, Steven. Well, to answer your question pytart, do a quick search here: http://groups.google.com/group/comp.lang.python/topics?pli=1 and/or here: http://aspn.activestate.com/ASPN/Mail/Browse/Threaded/python-list as I'm pretty sure someone has already asked this question that has got a

Re: Optimal Character recognition using python

2009-10-21 Thread Steven D'Aprano
On Wed, 21 Oct 2009 07:07:54 -0700, pytart wrote: > Hello , >I have a project to develop a basic character recognition > module in python using backpropagation and artificial neural networks. I > would be very helpful if u cud give me some helpful links for the > project. Oh that's hilari

Re: Optimal Character recognition using python

2009-10-21 Thread Diez B. Roggisch
pytart wrote: > Hello , >I have a project to develop a basic character recognition > module in python using backpropagation and artificial neural networks. > I would be very helpful if u cud give me some helpful links for the > project. I am having problems with the implementation part of

Optimal Character recognition using python

2009-10-21 Thread pytart
Hello , I have a project to develop a basic character recognition module in python using backpropagation and artificial neural networks. I would be very helpful if u cud give me some helpful links for the project. I am having problems with the implementation part of the project, the backprop