Commit
·
9f452d8
1
Parent(s):
ca2e96f
Adding confusion matrix
Browse files
README.md
CHANGED
|
@@ -58,6 +58,8 @@ Identify the font used in an image. Visual classifier based on ResNet18.
|
|
| 58 |
|
| 59 |
I built this project in 1 day, with a minute-by-minute journal [on Twitter/X](https://twitter.com/gabor/status/1722300841691103467), [on Pebble.social](https://pebble.social/@gabor/111376050835874755), and [on Threads.net](https://www.threads.net/@gaborcselle/post/CzZJpJCpxTz).
|
| 60 |
|
|
|
|
|
|
|
| 61 |
## Intended uses & limitations
|
| 62 |
|
| 63 |
Identify any of 48 standard fonts from the training data.
|
|
@@ -95,6 +97,12 @@ The following hyperparameters were used during training:
|
|
| 95 |
| 0.1728 | 48.0 | 1476 | 0.1293 | 0.9633 |
|
| 96 |
| 0.1337 | 48.78 | 1500 | 0.1172 | 0.9633 |
|
| 97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
|
| 99 |
### Framework versions
|
| 100 |
|
|
|
|
| 58 |
|
| 59 |
I built this project in 1 day, with a minute-by-minute journal [on Twitter/X](https://twitter.com/gabor/status/1722300841691103467), [on Pebble.social](https://pebble.social/@gabor/111376050835874755), and [on Threads.net](https://www.threads.net/@gaborcselle/post/CzZJpJCpxTz).
|
| 60 |
|
| 61 |
+
The code used to build this model is in this github rep
|
| 62 |
+
|
| 63 |
## Intended uses & limitations
|
| 64 |
|
| 65 |
Identify any of 48 standard fonts from the training data.
|
|
|
|
| 97 |
| 0.1728 | 48.0 | 1476 | 0.1293 | 0.9633 |
|
| 98 |
| 0.1337 | 48.78 | 1500 | 0.1172 | 0.9633 |
|
| 99 |
|
| 100 |
+
### Confusion Matrix
|
| 101 |
+
|
| 102 |
+
Confusion matrix on test data.
|
| 103 |
+
|
| 104 |
+

|
| 105 |
+
|
| 106 |
|
| 107 |
### Framework versions
|
| 108 |
|