Skip to content

Commit 30dcd5a

Browse files
Revise title and description for sigmoid function
Updated the title to '.sigmoid()' and clarified the description of the sigmoid function.
1 parent 1ba32fc commit 30dcd5a

File tree

1 file changed

+2
-2
lines changed
  • content/pytorch/concepts/tensor-operations/terms/sigmoid

1 file changed

+2
-2
lines changed

content/pytorch/concepts/tensor-operations/terms/sigmoid/sigmoid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Title: 'sigmoid'
2+
Title: '.sigmoid()'
33
Description: 'The sigmoid function is an S-shaped curve typically used in binary classification problems'
44
Subjects:
55
- 'AI'
@@ -19,7 +19,7 @@ CatalogContent:
1919
  - 'intro-to-py-torch-and-neural-networks'
2020
---
2121

22-
A **sigmoid** function is an S-shaped curve which maps any real-valued input to a bounded output, typically between 0 and 1. Sigmoid functions are regularly used as activation functions in non-linear classification problems, for example in neural networks, where the probability of a binary outcome is required.
22+
A **`.sigmoid()`** function is an S-shaped curve which maps any real-valued input to a bounded output, typically between 0 and 1. Sigmoid functions are regularly used as activation functions in non-linear classification problems, for example in neural networks, where the probability of a binary outcome is required.
2323

2424
Although there are a range of sigmoid functions, in the field of AI the sigmoid function is usually synonymous with the logistic function, which is bound between 0 and 1.
2525

0 commit comments

Comments
 (0)