Skip to content

Commit 18ba228

Browse files
authored
Update README.md
1 parent 6ae3374 commit 18ba228

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,37 @@ Sample classification results
5858

5959
![Screenshot](results/output.png)
6060

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+
6192
### Observations
6293

6394
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

Comments
 (0)