Vanishing Gradient Problem - AshokBhat/ml GitHub Wiki
- A problem when the gradient is vanishingly small, effectively preventing the weight from changing its value.
- In the worst case, this may completely stop the neural network from further training
- What is vanishing gradient problem?
- How can it be solved?