MartinThoma / write-math

On-line recognition of mathematical formulae
MIT License
46 stars 5 forks source link

Add classification worker that makes use of neural nets #18

Open MartinThoma opened 10 years ago

MartinThoma commented 10 years ago

Currently, there is only one worker and this worker makes use of Dynamic Time Warping (DTW). The execution time for classification increases linear with the number of already classified handwritings.

About 4000 - 5000 was too much for this technique / my web server.

An alternative that might be faster with classification (and slower with learning) and eventually lead to better classifications are neural nets. So I should write a classifier that makes use of neural nets.