Handwriting recognition

Happy to share our (@Nain and myself) latest collaboration on building models for handwriting recognition. We show how a simple CNN+RNN model can be used for this task with the CTC loss. The model is able to handle variable-length sequences as well. Another key takeaway is our implementation of Edit Distance (as a callback) to evaluate the recognition model.

10 Likes