摘要: 参考: https://www.cnblogs.com/klchang/p/4635040.html 1、str(e) 返回字符串类型,只给出异常信息,不包括异常信息的类型,如1/0的异常信息 'integer division or modulo by zero' 2、repr(e) 给出较全的异 阅读全文
posted @ 2018-08-17 16:08 chease 阅读(173) 评论(0) 推荐(0)
摘要: 转自: https://liam0205.me/2018/04/17/zero-centered-active-function/ https://zhuanlan.zhihu.com/p/307901500 今天在讨论神经网络中的激活函数时,陆同学提出 Sigmoid 函数的输出不是以零为中心的( 阅读全文
posted @ 2018-08-17 13:33 chease 阅读(985) 评论(0) 推荐(0)