Re: Optimal Character recognition using python

2009-10-22 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 hilarious. Sophisticated tech speak (basic character 
recognition module in python using backpropagation and artificial neural 
networks) immediately followed by the most egregious sms-drooling (u 
cud).

pytart, do you code like you write English?



-- 
Steven
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Optimal Character recognition using python

2009-10-22 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
answered before.

On Thu, Oct 22, 2009 at 12:05 PM, Steven D'Aprano 
ste...@remove.this.cybersource.com.au wrote:

 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 hilarious. Sophisticated tech speak (basic character
 recognition module in python using backpropagation and artificial neural
 networks) immediately followed by the most egregious sms-drooling (u
 cud).

 pytart, do you code like you write English?



 --
 Steven
 --
 http://mail.python.org/mailman/listinfo/python-list

-- 
http://mail.python.org/mailman/listinfo/python-list


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 backpropagation concept is OK with me.

thnx in advance
-- 
http://mail.python.org/mailman/listinfo/python-list


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 the
 project, the backpropagation concept is OK with me.

Homework? How about you show us the code you have, and what actual problems
you have, and then we might be able to help.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list