Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 86d646b

Browse files
added link
1 parent 307ca25 commit 86d646b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎conv_layer.py‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
from scipy import signal
33
import numpy as np
44

5+
## Math behind this layer can found at :
6+
## https://medium.com/@2017csm1006/forward-and-backpropagation-in-convolutional-neural-network-4dfa96d7b37e
7+
58
# inherit from base class Layer
69
# This convolutional layer is always with stride 1
710
class ConvLayer(Layer):

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /