Skip to content

Commit aca9101

Browse files
authored
Update README.md
1 parent 29bfcbe commit aca9101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ According to the NumPyCNN project and its article, the CNN example created has t
5050
Actually the user can not make changes to the app such as using different image, adding, removing, modifiying a layer.
5151
The application is designed to work on each three successive conv-relu-pool layers, show their outputs, return so that the user can execute the next three layers by clikcing a button at the bottom of the screen. The previous result before clicking the button will be used for further processing.
5252

53-
The result of applying the first conv-relu-pool layers after pressing the button is shown below:
53+
The result of applying the first conv-relu-pool layers after pressing the button is shown below. The 2 filters used are for detecting horizontal and vertical edges. The filters used in the remaining two conv layers are randomly generated.
5454

5555
![screenshot_2018-05-31-14-11-27](https://user-images.githubusercontent.com/16560492/40784228-54e4c55e-64e5-11e8-8c88-76e535cb1f7f.png)
5656

0 commit comments

Comments
 (0)