Abstract
This work describes the recognition of Bengali Handwritten Numeral Recognition using Deep Denoising Autoencoder using Multilayer Perceptron (MLP) trained through backpropagation algorithm (DDA). To bring the weights of the DDA to some good solution a layer wise pre-training is done with Denoising Autoencoders. Denoising Autoencoders using MLP trained through backpropagation algorithm are made by introducing masking noise at input to the Autoencoder to capture meaningful information while hidden layers are remain untouched at pre-training. Those pre-trained Denoising Autoencoders are then stacked to build a DDA. DDA is then converted to a Deep Classifier (DC) by using a final output layer. After a final fine-tune best DC is selected to discriminate classes. Performance of the DC using DDA is compared with the Deep Autoencoder using MLP trained through backpropagation (DA) and Support Vector Machines (SVM). From the experiment it is evident that recognition performance of DDA that is 98.9% is higher than DA and SVM those are 97.3% and 97%. Using their performance at validation set results are further combined to build a Hybrid Recognizer that gives a performance of 99.1%.
| Original language | English |
|---|---|
| Title of host publication | ICETECH 2015 - 2015 IEEE International Conference on Engineering and Technology |
| Publisher | IEEE, Institute of Electrical and Electronics Engineers |
| ISBN (Electronic) | 9781479918546 |
| DOIs | |
| Publication status | Published - 23 Sept 2015 |
| Externally published | Yes |
| Event | IEEE International Conference on Engineering and Technology 2015 - Coimbatore, India Duration: 20 Mar 2015 → 20 Mar 2015 https://ieeexplore.ieee.org/xpl/conhome/7270876/proceeding (Proceedings) |
Conference
| Conference | IEEE International Conference on Engineering and Technology 2015 |
|---|---|
| Abbreviated title | ICETECH 2015 |
| Country/Territory | India |
| City | Coimbatore |
| Period | 20/03/15 → 20/03/15 |
| Internet address |
Keywords
- Deep Network
- Denoising Autoencoder
- Handwriting Numeral Recognition
- MLP