Why do we use sigmoid fn when we make Mnist Gan example?

前端 未结 0 1173
天命终不由人
天命终不由人 2020-11-28 10:55

Hello I\'m studying Gan by using Mnist example. And I see example code as like below

def nn_G(x): HL = tf.nn.relu(tf.add(tf.matmul(x, W[\'HL_G\']), b[\'HL_G\'])), OL

相关标签:
回答
  • 消灭零回复
提交回复
热议问题