N
N
No Name2017-01-23 01:31:59
Pattern recognition
No Name, 2017-01-23 01:31:59

How to implement a neural network for character recognition?

Started studying artificial neural networks. I want to implement a program for recognizing black characters on a white background. I chose Typescript as the language.
What can you advise a beginner in this field, what tips for practical implementation can you give?
I found an article on Habré, which says that you need to go through the pixels. Therefore, the question is interesting, how to read pixels using Javascript?
PS I watched a video course on neural networks, but nothing is said about the practical implementation, that is, how it should look in the code.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Sokolov, 2017-01-23
@sergiks

To begin with, the easiest way to implement something is to understand the finished library. For example ConvNetJS .
Here is an example of MNIST character recognition in JS.

M
marrs, 2017-01-23
@marrs

in general canvas
html2canvas.hertzen.com/documentation.html#how-it-works
but this is hardly a good use for js

V
Vitaly, 2017-01-23
@vitali1995

To begin with, I advise you to switch to C ++. There are good libraries for cross-platform, for example Qt, why limit yourself to scripting capabilities?

P
protven, 2017-01-23
@protven

Use python or R, lots of examples and ready-made libs.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question