Learn Before
Multiple Choice
You have built a network using the tanh activation for all the hidden units. You initialize the weights to relative large values, using np.random.randn(..,..)*1000. What will happen?
0
1
Updated 2021-11-18
Tags
Data Science
Related
Pros and Cons of Hyperbolic Tangent Function
Derivative of TanH/Hyperbolic Tangent Function
More on the Tanh function
Sigmoid/Logistic vs. TanH/Hyperbolic Tangent functions
You have built a network using the tanh activation for all the hidden units. You initialize the weights to relative large values, using np.random.randn(..,..)*1000. What will happen?