Spaces:
Sleeping
Sleeping
Saket Shirsath
commited on
Commit
·
27a628e
1
Parent(s):
63364be
Update index.md
Browse files
index.md
CHANGED
@@ -46,8 +46,8 @@ The results for the three-layer CNN are worse than the single-layer design. Typi
|
|
46 |
|
47 |
| 25x25 | 50x50 | 100x100 | 150x150 |
|
48 |
| ----- | ----- | ------- | ------- |
|
49 |
-
| <img src="assets/cnn2/cnn2_25_acc.png" height="
|
50 |
-
| <img src="assets/cnn2/cnn2_25_loss.png" height="
|
51 |
|
52 |
|
53 |
We also see a similar trend with our four-layer implementation.
|
@@ -55,8 +55,8 @@ We also see a similar trend with our four-layer implementation.
|
|
55 |
|
56 |
| 25x25 | 50x50 | 100x100 | 150x150 |
|
57 |
| ----- | ----- | ------- | ------- |
|
58 |
-
| <img src="assets/cnn3/cnn3_25_acc.png" height="
|
59 |
-
| <img src="assets/cnn3/cnn3_25_loss.png" height="
|
60 |
|
61 |
|
62 |
Next Steps
|
|
|
46 |
|
47 |
| 25x25 | 50x50 | 100x100 | 150x150 |
|
48 |
| ----- | ----- | ------- | ------- |
|
49 |
+
| <img src="assets/cnn2/cnn2_25_acc.png" height="150px"> | <img src="assets/cnn2/cnn2_50_acc.png" height="150px"> | <img src="assets/cnn2/cnn2_100_acc.png" height="150px"> | <img src="assets/cnn2/cnn2_150_acc.png" height="150px"> |
|
50 |
+
| <img src="assets/cnn2/cnn2_25_loss.png" height="150px"> | <img src="assets/cnn2/cnn2_50_loss.png" height="150px"> | <img src="assets/cnn2/cnn2_100_loss.png" height="150px"> | <img src="assets/cnn2/cnn2_150_loss.png" height="150px"> |
|
51 |
|
52 |
|
53 |
We also see a similar trend with our four-layer implementation.
|
|
|
55 |
|
56 |
| 25x25 | 50x50 | 100x100 | 150x150 |
|
57 |
| ----- | ----- | ------- | ------- |
|
58 |
+
| <img src="assets/cnn3/cnn3_25_acc.png" height="150px"> | <img src="assets/cnn3/cnn3_50_acc.png" height="150px"> | <img src="assets/cnn3/cnn3_100_acc.png" height="150px"> | <img src="assets/cnn3/cnn3_150_acc.png" height="150px"> |
|
59 |
+
| <img src="assets/cnn3/cnn3_25_loss.png" height="150px"> | <img src="assets/cnn3/cnn3_50_loss.png" height="150px"> | <img src="assets/cnn3/cnn3_100_loss.png" height="150px"> | <img src="assets/cnn3/cnn3_150_loss.png" height="150px"> |
|
60 |
|
61 |
|
62 |
Next Steps
|