Rate this Page
โ˜… โ˜… โ˜… โ˜… โ˜…

torch.nn.functional.sigmoid#

torch.nn.functional.sigmoid(input) โ†’ Tensor[source]#

Applies the element-wise function Sigmoid(x)=11+expโก(โˆ’x)\text{Sigmoid}(x) = \frac{1}{1 + \exp(-x)}

See Sigmoid for more details.