RectifiedLinear神经元
Last updated
Last updated
rectified linear神经元的激活函数为:
图像为:
sigmoid和tanh因为而存在“学得慢”的问题。 rectified linear神经元可以解决这一问题。
[?]这句话没看懂
On the other hand, when the weighted input to a rectified linear unit is negative, the gradient vanishes, and so the neuron stops learning entirely.
在图像识别领域有较好的效果。