摘要:
来源:https://www.cnblogs.com/nxf-rabbit75/p/11276195.html 1.tf.gather 1 tf.gather(params, indices, validate_indices=None, name=None, axis=0) 功能:根据提供的ind
阅读全文
posted @ 2021-08-08 14:26
一杯明月
阅读(703)
推荐(0)
编辑
摘要:
**计算Leaky ReLU激活函数tf.nn.leaky_relu(features,alpha=0.2,name=None )参数: features:一个Tensor,表示预激活alpha:x<0时激活函数的斜率ame:操作的名称(可选)返回值:激活值** 非饱和激活函数:Leaky ReLU
阅读全文
posted @ 2021-08-08 10:03
一杯明月
阅读(708)
推荐(0)
编辑
摘要:
参考1: https://github.com/zengbin93/blog/blob/master/notes_deeplearning.ai/14%20%E7%AC%AC%E4%B8%80%E8%AF%BE_%E7%AC%AC%E5%9B%9B%E5%91%A8%E5%AD%A6%E4%B9%A
阅读全文
posted @ 2021-08-08 09:33
一杯明月
阅读(322)
推荐(0)
编辑