👻 Check our latest review to choose the best laptop for Machine Learning engineers and Deep learning tasks!
The tensorflow.nn
module provides support for many basic neural network operations.
One of the many activation functions is the sigmoid function, which is defined as ,
The sigmoid function outputs in the range (0, 1), which makes it ideal for binary classification tasks where we need find the probability that the data belongs to a certain class. The sigmoid function is differentiable at every point, and its derivative turns out to be Since the expression includes a sigmoid function, its value can be reused to speed up backpropagation.
The sigmoid function suffers from the "vanishing gradients" problem as it flattens at both ends, resulting in very small weight changes when propagating back. This can cause the neural network to refuse to learn and get stuck. For this reason, the use of the sigmoid function is superseded by other non-linear functions, such as the rectified linear unit (ReLU).
tf.nn.sigmoid ()
[alias tf.sigmoid
] provides sigmoid function support in Tensorflow.
Syntax : tf.nn.sigmoid (x, name = None) or tf.sigmoid (x, name = None)
Parameters :
x : A tensor of any of the following types: float16, float32, float64, complex64, or complex128.
name (optional): The name for the operation.Return type : A tensor with the same type as that of x.
Code # 1:
|
Output:
Input type: Tensor ("Const_1: 0", shape = (6,), dtype = float32) Input: [1. -0.5 3.4000001 - 2.0999999 0. -6.5] Return type: Tensor ("sigmoid: 0", shape = (6,), dtype = float32) Output: [0.7310586 0.37754068 0.96770459 0.10909683 0.5 0.00150118]
Code # 2: Rendering
|
Output:
Input: Input : [-five. -4.28571429 -3.57142857 -2.85714286 -2.14285714 -1.42857143 -0.71428571 0. 0.71428571 1.42857143 2.14285714 2.85714286 3.57142857 4.28571429 5.] Output: [0.00669285 0.01357692 0.02734679 0.05431327 0.10500059 0.19332137 0.32865255 0.5 0.67134745 0.80667863 0.89499941 0.94568673 0.97265321 0.98642308 0.99330715]
< figure class = aligncenter amp-wp-inline-e407ac51e00eb7ad9e758d070160c9d8>
👻 Read also: what is the best laptop for engineering students?
We hope this article has helped you to resolve the problem. Apart from Python | Thread tensor nn.sigmoid (), check other _thread Python module-related topics.
Want to excel in Python? See our review of the best Python online courses 2023. If you are interested in Data Science, check also how to learn programming in R.
By the way, this material is also available in other languages:
- Italiano Python | Thread tensor nn.sigmoid ()
- Deutsch Python | Thread tensor nn.sigmoid ()
- Français Python | Thread tensor nn.sigmoid ()
- Español Python | Thread tensor nn.sigmoid ()
- Türk Python | Thread tensor nn.sigmoid ()
- Русский Python | Thread tensor nn.sigmoid ()
- Português Python | Thread tensor nn.sigmoid ()
- Polski Python | Thread tensor nn.sigmoid ()
- Nederlandse Python | Thread tensor nn.sigmoid ()
- 中文 Python | Thread tensor nn.sigmoid ()
- 한국어 Python | Thread tensor nn.sigmoid ()
- 日本語 Python | Thread tensor nn.sigmoid ()
- हिन्दी Python | Thread tensor nn.sigmoid ()
California | 2023-02-08
Thanks for explaining! I was stuck with Python | Thread tensor nn.sigmoid () for some hours, finally got it done 🤗. Checked yesterday, it works!
Shanghai | 2023-02-08
Network PHP module is always a bit confusing 😭 Python | Thread tensor nn.sigmoid () is not the only problem I encountered. I just hope that will not emerge anymore
Massachussetts | 2023-02-08
Maybe there are another answers? What Python | Thread tensor nn.sigmoid () exactly means?. Will use it in my bachelor thesis