S
S
Sacerdos2014-08-13 16:25:15
Python
Sacerdos, 2014-08-13 16:25:15

I need to understand how neural networks work and how to implement recognition of some characters from an image in Python?

As for ANN, I would like links to good training posts on habrahabr or somewhere else.
And about the implementation, of course, I don’t ask for the code, again, just a tip.
So, as a beginner, I'm trying to write a character recognition program. (which is clear from the title)
Hope for help, Thanks in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Artem Lisovsky, 2014-08-13
@torrie

Don't try to delve into NS as a beginner! forever / for a long time there will be no desire to delve into and understand them.
There are many methods. The simplest is comparison.
In a nutshell - there is a huge database of pictures, the meaning of which the system knows. And you just need to find the most similar ones in this database.
My article is on Habré (an old one, without pictures already habrahabr.ru/post/90867 , but the method works).

G
gimntut, 2014-08-14
@gimntut

You don't need to know to recognize ANN: habrahabr.ru/search/?q=opencv+python&target_type=p...

S
sergey_sergeevich, 2015-08-31
@sergey_sergeevich

In my opinion, this is a very good description for beginners .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question