-
- @tensorflow 常见激活函数使用方法
-
- 常见激活函数
- 激活函数的导数
- 代码实践
- sigmoid
- tanh
- relu
- leak relu
- softmax
- sigmoid 的导数
- tanh 的导数
- relu 的导数
- leak relu 的导数
- softmax 的导数
import tensorflow as tf import numpy as np # generate a tensor a a = tf.conve

import tensorflow as tf import numpy as np # generate a tensor a a = tf.conve