What are some method for pre-processing data in OCR?
I have a dataset for a supervised learning task.
Each row is a vector with a value of pixmap value in a range [0,255] of gray colormap, each vector is labeled with a character. I have to assign each vector with a character.
My Question:
What are some methods that I can try to pre-process the data to gain better accuracy?
Topic supervised-learning preprocessing methods
Category Data Science