Add EMNIST ResNet model with metrics
Browse files- README.md +18 -0
- resnet_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.
|
resnet_emnist_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb02f1fcba8fa7841ca71e540f4ac8d2f236e67a85bc41b5a3a41b5af1633251
|
| 3 |
+
size 8853276
|