ReLU、LReLU、PReLU、CReLU、ELU、SELU

转自 ReLU tensorflow中:tf.nn.relu(features, name=None) LReLU (Leaky-ReLU) 其中aiai. tensorflow中:tf.nn.leaky_relu(features, alpha=0.2, name=None) PReLU 其中aiai时,采用的是带动量的更新方式(momentum)。 tensorflow中:没找到啊! CReL
相关文章
相关标签/搜索