Skip to content

Commit 3f798e3

Browse files
authored
Update README.md
1 parent 1d17a78 commit 3f798e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DL Project-01/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
## Convolutional Neural Network for Image Recognition
33
## MNIST Digit Recognition:
4-
### Network Architecture
4+
#### Network Architecture and Recognition results
55
- Input -->Block1[Conv1 -->Relu --> Pool1]-->Block2[Conv2 -->Relu --> Pool2]-->Block3[Conv3 -->Relu --> Pool3]-->Block4 -->[FC1--Relu] >Block5[FC2 --> Relu]-->Softmax
66
- Learning rate = 0.00010.0001
77

0 commit comments

Comments
 (0)