Experiments in Handwriting with a Neural Network
1–10 of 17 posts
Re: Experiments in Handwriting with a Neural Network
#2Re: Experiments in Handwriting with a Neural Network
#3Re: Experiments in Handwriting with a Neural Network
#4Me and the other authors of the post will be around if anyone has any questions.
Re: Experiments in Handwriting with a Neural Network
#5Me and the other authors of the post will be around if anyone has any questions.
I'm doing some research into handwriting recognition. In particular transcribing older documents. Do you see a way of applying your work here in that direction?
In principle, you could train a model like this to jointly model the text and the produced handwriting and then search for the most likely text to correspond to handwriting, but it would be a lot less efficient and likely not work as well. Instead, the natural way to apply neural networks to use a convolutional neural network. You could either predict the presence of characters at different positions and stitch them together with another program, or do an end-to-end image to sequence approach, probably using attention.
If you want to visualize that kind of model, the techniques you want to use are pretty different than what we have in this article. But there are some pretty useful techniques! In particular, you could do attention visualization to understand where your model is looking as it predicts particular characters and optimization-based feature visualization to understand what different features in your model represent.
Re: Experiments in Handwriting with a Neural Network
#6Re: Experiments in Handwriting with a Neural Network
#7Me and the other authors of the post will be around if anyone has any questions.
i don't see anything worth anything.
Re: Experiments in Handwriting with a Neural Network
#8Me and the other authors of the post will be around if anyone has any questions.
Sorry if I missed the reference that has this information, but I think that these numbers are important in any deep learning experiment because they allow the readers to evaluate applicability of described methods to their problems.
Re: Experiments in Handwriting with a Neural Network
#9Me and the other authors of the post will be around if anyone has any questions.
Re: Experiments in Handwriting with a Neural Network
#10Me and the other authors of the post will be around if anyone has any questions.
How much computing power/time did it take to train the model? Had any hyperparameters optimization been done? Sorry if I missed the reference that has this information, but I think that these numbers are important in any deep learning experiment because they allow the readers to evaluate applicability of described methods to their problems.