Visualizing the vanishing gradient problem - MachineLearningMastery.com

Deep learning was a recent invention. Partially, it is due to improved computation power that allows us to use more layers of perceptrons in a neural network. But at the same time, we can train a d...

By · · 1 min read
Visualizing the vanishing gradient problem - MachineLearningMastery.com

Source: MachineLearningMastery.com

Deep learning was a recent invention. Partially, it is due to improved computation power that allows us to use more layers of perceptrons in a neural network. But at the same time, we can train a deep network only after we know how to work around the vanishing gradient problem. In this tutorial, we visually […]