Convolutional Neural Network with Pruning Method for Handwritten Digit Recognition
Mengyu Chen

TL;DR
This paper investigates the relationship between CNN fully connected layer size and recognition accuracy for handwritten digit recognition using MNIST, exploring pruning methods and their impact on model performance.
Contribution
It introduces a pruning approach tailored for CNNs in handwritten digit recognition and analyzes how layer size and pruning thresholds affect accuracy.
Findings
Recognition accuracy peaks at a fully connected layer size of 400.
Pruning performance on CNNs is worse than on neural networks.
Increasing the angle threshold decreases layer size and accuracy.
Abstract
CNN model is a popular method for imagery analysis, so it could be utilized to recognize handwritten digits based on MNIST datasets. For higher recognition accuracy, various CNN models with different fully connected layer sizes are exploited to figure out the relationship between the CNN fully connected layer size and the recognition accuracy. Inspired by previous pruning work, we performed pruning methods of distinctiveness on CNN models and compared the pruning performance with NN models. For better pruning performances on CNN, the effect of angle threshold on the pruning performance was explored. The evaluation results show that: for the fully connected layer size, there is a threshold, so that when the layer size increases, the recognition accuracy grows if the layer size smaller than the threshold, and falls if the layer size larger than the threshold; the performance of pruning…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Handwritten Text Recognition Techniques · Brain Tumor Detection and Classification
MethodsPruning
