ShuGuoJ / Formula-of-neural-network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formula-of-neural-network

在这里,我总结了一下在deep learning中的常用公式。
卷积后,feature map的大小
image
image
扩展(dilation)卷积的感受野的大小,默认dilation=1
image
image
空间金字塔池化层的窗口大小以及步长
步长:
image
image
窗口大小:
image
image
填充:
image
image
note:当卷积核窗口的宽和高为奇数时,上式成立。

Convolution

image

About