Answer the question
In order to leave comments, you need to log in
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
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.
in general canvas
html2canvas.hertzen.com/documentation.html#how-it-works
but this is hardly a good use for js
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?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question