activations.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:drmad 作者: bigaidream-projects 项目源码 文件源码
def leaky_relu(x):
    output = T.maximum(0., x) + leaky_slope*T.minimum(0, x)
    return output
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号