You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,37 @@ Sample classification results
58
58
59
59

60
60
61
+
### Evaluation
62
+
63
+
Accuracy of the network on the 550 test images: 99.09%
64
+
Confusion Matrix
65
+
----------------
66
+
[[50 0 0 0 0 0 0 0 0 0 0]
67
+
[ 0 50 0 0 0 0 0 0 0 0 0]
68
+
[ 0 0 50 0 0 0 0 0 0 0 0]
69
+
[ 0 0 0 50 0 0 0 0 0 0 0]
70
+
[ 0 0 0 0 50 0 0 0 0 0 0]
71
+
[ 0 4 0 0 0 46 0 0 0 0 0]
72
+
[ 0 1 0 0 0 0 49 0 0 0 0]
73
+
[ 0 0 0 0 0 0 0 50 0 0 0]
74
+
[ 0 0 0 0 0 0 0 0 50 0 0]
75
+
[ 0 0 0 0 0 0 0 0 0 50 0]
76
+
[ 0 0 0 0 0 0 0 0 0 0 50]]
77
+
78
+
Per class accuracy
79
+
------------------
80
+
Accuracy of class apple : 100.00 %
81
+
Accuracy of class atm card : 100.00 %
82
+
Accuracy of class camera : 100.00 %
83
+
Accuracy of class cat : 100.00 %
84
+
Accuracy of class banana : 100.00 %
85
+
Accuracy of class bangle : 92.00 %
86
+
Accuracy of class battery : 98.00 %
87
+
Accuracy of class bottle : 100.00 %
88
+
Accuracy of class broom : 100.00 %
89
+
Accuracy of class bulb : 100.00 %
90
+
Accuracy of class calender : 100.00 %
91
+
61
92
### Observations
62
93
63
94
1. In **transfer learning**, if your custom dataset is **similar** to the pretrained model's training dataset, then you can easily acheive very **high accuracy**(>90) with very **few training epochs**(<10).
0 commit comments