TeluguOCR / banti_telugu_ocr

End to end OCR system for Telugu. Based on Convolutional Neural Networks.
Apache License 2.0
48 stars 17 forks source link

banti vs chamanti #10

Closed ChillarAnand closed 8 years ago

ChillarAnand commented 8 years ago

There is a seperate ocr in your github https://github.com/rakeshvar/chamanti_ocr.

Are there any advantages of using chamanti instead banti?

rakeshvar commented 8 years ago

చామంతి is the next generation, supposed to be a much better system. Of course it is an ambitious project with lot of scope. It is still in early stages of development. I do not have much time to work on it now. But if you want to learn Deep Learning and take it forward, I can help you.

ChillarAnand commented 8 years ago

Thank you. That will be great.

ChillarAnand commented 8 years ago

Can you suggest some good resources to learn machine/deep learning?

rakeshvar commented 8 years ago

Banti is based on Convolutional Neural Networks. Which can be learnt from CS231N.

Chamanti is based on Recurrent Neural Networks. For which a good reference is at References section of rnn_ctc(Bottom of page).