-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheck_images.txt
20 lines (9 loc) · 1.14 KB
/
check_images.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Questions regarding Uploaded Image Classification:
1. Did the three model architectures classify the breed of dog in Dog_01.jpg to be the same breed? If not, report the differences in the classifications.
Answer: Yes all the three model architectures reprted the breed as basenji
2. Did each of the three model architectures classify the breed of dog in Dog_01.jpg to be the same breed of dog as that model architecture classified Dog_02.jpg? If not, report the differences in the classifications.
Answer: Yes
3. Did the three model architectures correctly classify Animal_Name_01.jpg and Object_Name_01.jpg to not be dogs? If not, report the misclassifications.
Answer: Yes all three model architecture did classify lion_01..jpg and bucket_01.jps as not dogs
4. Based upon your answers for questions 1. - 3. above, select the model architecture that you feel did the best at classifying the four uploaded images. Describe why you selected that model architecture as the best on uploaded image classification.
Answer: all the three models classified the 4 uploaded model correctly , but alex net takes least time so alex net worked best here (0.3 seconds)