# BDNet: Bengali Handwritten Numeral Digit Recognition based on Densely   connected Convolutional Neural Networks

**Authors:** A. Sufian (1), Anirudha Ghosh (1), Avijit Naskar (1), Farhana Sultana, (1), Jaya Sil (2), M M Hafizur Rahman (3) ((1) University of Gour Banga,, India, (2) IIEST Shibpur, India, (3) King Faisal University, Saudi Arabia)

arXiv: 1906.03786 · 2020-07-14

## TL;DR

BDNet is a densely connected CNN model that achieves high accuracy in recognizing Bengali handwritten digits, significantly reducing error rates compared to previous models, and is trained with innovative data augmentation techniques.

## Contribution

The paper introduces BDNet, a novel densely connected CNN architecture for Bengali digit recognition, with improved accuracy and robustness through unique data preprocessing and augmentation.

## Key findings

- Achieved 99.775% test accuracy on Bengali handwritten digits
- Reduced error rate by 62.5% compared to previous models
- Created a new dataset of 1000 Bengali handwritten numeral images

## Abstract

Images of handwritten digits are different from natural images as the orientation of a digit, as well as similarity of features of different digits, makes confusion. On the other hand, deep convolutional neural networks are achieving huge success in computer vision problems, especially in image classification. BDNet is a densely connected deep convolutional neural network model used to classify (recognize) Bengali handwritten numeral digits. It is end-to-end trained using ISI Bengali handwritten numeral dataset. During training, untraditional data preprocessing and augmentation techniques are used so that the trained model works on a different dataset. The model has achieved the test accuracy of 99.775%(baseline was 99.40%) on the test dataset of ISI Bengali handwritten numerals. So, the BDNet model gives 62.5% error reduction compared to previous state-of-the-art models. Here we have also created a dataset of 1000 images of Bengali handwritten numerals to test the trained model, and it giving promising results. Codes, trained model and our own dataset are available at: {https://github.com/Sufianlab/BDNet}.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.03786/full.md

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1906.03786/full.md

## References

50 references — full list in the complete paper: https://tomesphere.com/paper/1906.03786/full.md

---
Source: https://tomesphere.com/paper/1906.03786