I came across your implementation of character recognition and it seems good for digits recognition.
My concern is, can it works for alpha bates like a, b etc?
I tried it but seems like you are storing digits (float) in the classifications files, in case of alpha bates it gives error while converting character to integer.
Error: ValueError: invalid literal for int() with base 10: '.'
I just want to know it will work for alpha bates or not and if yes then how to manage floating point representation of the alpha bates?
I came across your implementation of character recognition and it seems good for digits recognition.
My concern is, can it works for alpha bates like a, b etc?
I tried it but seems like you are storing digits (float) in the classifications files, in case of alpha bates it gives error while converting character to integer.
Error: ValueError: invalid literal for int() with base 10: '.'
I just want to know it will work for alpha bates or not and if yes then how to manage floating point representation of the alpha bates?