myMNIST: Benchmark of PETNN, KAN, and Classical Deep Learning Models for Burmese Handwritten Digit Recognition
Summary
A new benchmark study, published on March 19, 2026, systematically evaluates eleven deep learning architectures on myMNIST (formerly BHDD), a publicly available Burmese handwritten digit dataset. The research compares classical models like Multi-Layer Perceptron, CNN, LSTM, GRU, and Transformer with recent alternatives such as FastKAN, EfficientKAN, the energy-based JEM, and physics-inspired PETNN variants (Sigmoid, GELU, SiLU). Using Precision, Recall, F1-Score, and Accuracy, the CNN model achieved the highest overall performance with an F1-Score of 0.9959 and Accuracy of 0.9970. The PETNN (GELU) closely followed with an F1-Score of 0.9955 and Accuracy of 0.9966, outperforming LSTM, GRU, Transformer, and KAN variants. JEM also performed competitively, while KAN-based models provided a meaningful alternative baseline.
Key takeaway
For AI scientists and research scientists working on regional script recognition or evaluating novel neural network architectures, this benchmark provides critical performance data. You should consider CNNs as a robust baseline and investigate PETNN (GELU) models for their competitive accuracy, potentially offering better performance than Transformer or KAN variants for similar tasks. This data can guide your model selection and experimental design for future research.
Key insights
CNNs remain a strong baseline for Burmese handwritten digit recognition, with PETNNs showing competitive performance.
Principles
- CNNs offer robust performance in digit recognition.
- PETNNs can outperform Transformers and KANs.
- Energy-based models are competitive alternatives.
Method
The study systematically benchmarks eleven deep learning architectures on the myMNIST dataset using Precision, Recall, F1-Score, and Accuracy to establish reproducible baselines for Burmese handwritten digit recognition.
In practice
- Consider CNNs as a primary baseline.
- Evaluate PETNNs for strong performance.
- Explore JEM for energy-based modeling.
Topics
- Burmese Digit Recognition
- Deep Learning Benchmarking
- Kolmogorov-Arnold Networks
- PETNN
- Convolutional Neural Networks
Code references
Best for: AI Scientist, Research Scientist, AI Researcher, Machine Learning Engineer, Deep Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.