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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,14 +78,14 @@ first by opening the DIGITS workspace we should see something like this
78
78
79
79
### second the Collected Data
80
80
81
-
for the supplied data there are 7570 image for the following 3 classes:
81
+
for the Collected Data there are 1070 image for the following 3 classes:
82
82
1. spoon
83
83
2. fork
84
84
3. no-thing
85
85
86
86
#### for image classification
87
87
88
-
-second the collected data using mobile camera then by resizing the collected data to be 256*256
88
+
- the collected data using mobile camera then by resizing the collected data to be 256*256
89
89
- by choosing `images` then `classification`.
90
90
- adding our dataset url in this case using udacity workspace it will be `/data/kitchen`
91
91
- as previous more setting can be done like Minimum samples per class or maximum samples per class or even the percentage of validation photos and testing photos
@@ -106,7 +106,8 @@ samples of the collected data :
106
106
- by choosing `images` then `classification`
107
107
- now we can set the number of epochs, Snapshot interval, Base Learning Rate, Validation interval ....
108
108
- by choosing one of the 3 networks provided LeNet, AlexNet and GoogLeNet in this case GoogLeNet gaved a better results than AlexNet.
0 commit comments