Deep Learning
What are the problems with sigmoid as an activation function?
The output of the sigmoid function for large positive or negative numbers is almost zero. From this comes the problem of vanishing gradient.
Proposed by @Al_Grigor
The output of the sigmoid function for large positive or negative numbers is almost zero. From this comes the problem of vanishing gradient.
Proposed by @Al_Grigor
Card 1 of 197. Answer: The output of the sigmoid function for large positive or negative numbers is almost zero. From this comes the problem of vanishing gradient.