Search code examples
python-3.xcntkhandwriting-recognition

CNTK handwriting recognition


Has anyone ever programmed using CNTK for reading hand-filled documents? I tried OCRs and they dont do handwriting recognition at all (next to nothing). Thinking of using CNTK for the same. I searched and found that not many have tried such a thing. Any advice on libraries or any pointers anyone?


Solution

  • Here a basic OCR example using CNTK:

    https://github.com/Microsoft/CNTK/blob/master/Tutorials/CNTK_103B_MNIST_FeedForwardNetwork.ipynb

    However, in order to use the model in a real application you will need a way to segment the handwritting.