摘要:
三种非线性激活函数sigmoid、tanh、ReLU。 sigmoid: y = 1/(1 + e-x) tanh: y = (ex - e-x)/(ex + e-x) ReLU:y = max(0, x) 在隐藏层,tanh函数要优于sigmoid函数,可以看作是sigmoid的平移版本,优势在于 阅读全文
posted @ 2020-04-13 20:01
BooTurbo
阅读(5493)
评论(0)
推荐(0)
摘要:
首先引用下网上的解释: For a grayscale image, every pixel in the mean image is computed from the average of all corresponding pixels (i.e. same coordinates) acro 阅读全文
posted @ 2020-04-13 00:15
BooTurbo
阅读(8195)
评论(0)
推荐(1)

浙公网安备 33010602011771号