Question 1
What is the impact of using a sigmoid activation function on the gradients when the input to the neuron is a very large negative number?
The output approaches 0 and the gradient approaches 0.
The output approaches 0.5 and the gradient approaches 0.25.
The output approaches 1 and the gradient approaches 0.
The output approaches 0 and the gradient approaches 1.