Computer Science, asked by harshitpathakgaming, 4 months ago

Sigmoid's formula is: 1/(1+e-x). What is the range of values for the output of this function
0 O to 1
0-1 to 1
Ooo totoo
0-1 to o
h
Mark for Review & Next
Clear Response​

Answers

Answered by enterprisewiley
0

Answer:

0 to 1

Explanation:

7

Answered by talasilavijaya
0

Answer:

Range of sigmoid function is 0 to 1.

Explanation:

The sigmoid function is a special form of the logistic function, given by

                                             \sigma(x)=\frac{1}{1+e^{-x} }

  • It is a set of real numbers, hence it is also called squashing function.
  • The curve of the function is S shaped and nonlinear.
  • Hence, if the input to the function is any negative number of positive number, i.e., anywhere between -∞ and +∞, the output always comes between 0 and 1.
  • Therefore the range is (0, 1).
Similar questions