Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,64 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- Elriggs/imagenet-50-subset
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- Elriggs/imagenet-50-subset
|
5 |
+
---
|
6 |
+
|
7 |
+
```
|
8 |
+
Classification Report:
|
9 |
+
precision recall f1-score support
|
10 |
+
|
11 |
+
tench 0.9497 0.9856 0.9673 900
|
12 |
+
goldfish 0.9878 0.9911 0.9895 900
|
13 |
+
great white shark 0.8718 0.8389 0.8550 900
|
14 |
+
tiger shark 0.8106 0.7844 0.7973 900
|
15 |
+
hammerhead 0.7795 0.8600 0.8177 900
|
16 |
+
electric ray 0.8318 0.8244 0.8281 900
|
17 |
+
stingray 0.8420 0.8111 0.8263 900
|
18 |
+
cock 0.8857 0.9044 0.8950 900
|
19 |
+
hen 0.8859 0.8544 0.8699 900
|
20 |
+
ostrich 0.9476 0.9644 0.9559 900
|
21 |
+
brambling 0.9301 0.9456 0.9377 900
|
22 |
+
goldfinch 0.9922 0.9911 0.9917 900
|
23 |
+
house finch 0.9359 0.9578 0.9467 900
|
24 |
+
junco 0.9430 0.9367 0.9398 900
|
25 |
+
indigo bunting 0.9801 0.9867 0.9834 900
|
26 |
+
robin 0.9729 0.9589 0.9659 900
|
27 |
+
bulbul 0.9478 0.9489 0.9484 900
|
28 |
+
jay 0.9794 0.9500 0.9645 900
|
29 |
+
magpie 0.9311 0.9311 0.9311 900
|
30 |
+
chickadee 0.9601 0.9622 0.9612 900
|
31 |
+
water ouzel 0.9498 0.9467 0.9482 900
|
32 |
+
kite 0.8923 0.8744 0.8833 900
|
33 |
+
bald eagle 0.9206 0.9278 0.9242 900
|
34 |
+
vulture 0.8406 0.8733 0.8567 900
|
35 |
+
great grey owl 0.9667 0.9689 0.9678 900
|
36 |
+
european fire salamander 0.9083 0.9356 0.9217 900
|
37 |
+
common newt 0.7373 0.7578 0.7474 900
|
38 |
+
eft 0.8975 0.9144 0.9059 900
|
39 |
+
spotted salamander 0.9217 0.8900 0.9056 900
|
40 |
+
axolotl 0.9527 0.9400 0.9463 900
|
41 |
+
bullfrog 0.8770 0.8711 0.8740 900
|
42 |
+
tree frog 0.8873 0.8833 0.8853 900
|
43 |
+
tailed frog 0.7677 0.7711 0.7694 900
|
44 |
+
loggerhead 0.8383 0.8411 0.8397 900
|
45 |
+
leatherback turtle 0.8540 0.8189 0.8361 900
|
46 |
+
mud turtle 0.7419 0.7856 0.7631 900
|
47 |
+
terrapin 0.7316 0.6844 0.7072 900
|
48 |
+
box turtle 0.8288 0.8767 0.8521 900
|
49 |
+
banded gecko 0.9002 0.8322 0.8649 900
|
50 |
+
common iguana 0.8437 0.8156 0.8294 900
|
51 |
+
american chameleon 0.7104 0.6922 0.7012 900
|
52 |
+
whiptail 0.8345 0.8289 0.8317 900
|
53 |
+
agama 0.9018 0.8467 0.8734 900
|
54 |
+
frilled lizard 0.8663 0.8856 0.8758 900
|
55 |
+
alligator lizard 0.7833 0.8033 0.7932 900
|
56 |
+
gila monster 0.9728 0.9544 0.9635 900
|
57 |
+
green lizard 0.6610 0.6933 0.6768 900
|
58 |
+
african chameleon 0.8552 0.8989 0.8765 900
|
59 |
+
komodo dragon 0.9150 0.9444 0.9295 900
|
60 |
+
african crocodile 0.9426 0.8944 0.9179 900
|
61 |
+
|
62 |
+
accuracy 0.8808 45000
|
63 |
+
macro avg 0.8813 0.8808 0.8808 45000
|
64 |
+
weighted avg 0.8813 0.8808 0.8808 45000
|
65 |
+
```py
|