@prashant_ml
Sir I have a query related to working of CNN. Actually I was playing with TensorSpace. Here I am attaching some images where the model failed to detect the digits.
These are 4 images where I have drawn the digits near to the edges and each and every time model failed to detect it correctly.
But we as a human can detect them easily because for us edges or vertices doesn’t matter. Our predictions is based upon CURVATURE or GESTURE. But when we are using CNN model, the dataset contains all the digits which a centric i.e. all those digits are drawn at the center. As a result model learnt that all the digits are CENTRIC in nature.
Now the point of all this observation is I want to develop an algorithm that can rectify this problem but how do I work upon the CURVATURE ?