February 2018
Intermediate to advanced
218 pages
5h 31m
English
In TensorFlow, the signature tf.sigmoid(x, name=None) computes sigmoid of x element-wise using y = 1 / (1 + exp(-x)) and returns a tensor with the same type x. Here is the parameter description:
Read now
Unlock full access