两种池化方式:
在池化的时候,提取外圈特征时在圈外补0
ReLUs激活函数:
if input > 0: return input else: return 0
带有权重
92" style=“zoom:67%;” />