Let's say I have a small bitmap which contains a single digit (0..9) in hand writing.
Is it possible to detect the digit using a (two-layered) perceptron?
Are there other possibilities to detect single digits from bitmaps besides using neural nets?
Feeding each pixel of a bitmap directly into a neural network will require a lot of training, and will not work well for handling scaling or rotation of the image.
To help the neural network perform good classification, you need to perform some preprocessing steps.
The principal components can also be used to normalize rotation of the shape, so that the longest axis is vertical.
The features are what you feed into the neural network for classification, not the pixels.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With