Add EMNIST VIT model with metrics
Browse files- README.md +18 -0
- vit_emnist_model.h5 +3 -0
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# EMNIST ResNet Model
|
| 3 |
+
|
| 4 |
+
This model is a ResNet-based CNN trained on the EMNIST Balanced dataset.
|
| 5 |
+
|
| 6 |
+
## Evaluation Metrics
|
| 7 |
+
|
| 8 |
+
- Test Accuracy: 88.47%
|
| 9 |
+
- Test Loss: 0.3291
|
| 10 |
+
|
| 11 |
+
## Training Details
|
| 12 |
+
|
| 13 |
+
- Epochs: 7
|
| 14 |
+
- Best Validation Accuracy: 88.47%
|
| 15 |
+
|
| 16 |
+
## Confusion Matrix
|
| 17 |
+
|
| 18 |
+
You can generate and visualize the confusion matrix with the provided notebook.
|
vit_emnist_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da5fec4a57fd1320e016c8a5f24f870047fb769384a66b3accef42ae6faf6469
|
| 3 |
+
size 1101712
|