/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.otoro.net
| | research.google
0.9 parsecs away

Travel
| | Posted by David Ha, Staff Research Scientist and Yujin Tang, Research Software Engineer, Google Research, Tokyo
| | algobeans.com
3.8 parsecs away

Travel
| | While an artificial neural network could learn to recognize a cat on the left, it would not recognize the same cat if it appeared on the right. To solve this problem, we introduce convolutional neural networks.
| | sirupsen.com
4.6 parsecs away

Travel
| | [AI summary] An educational guide explaining how to build a neural network from scratch using Python, covering concepts like layers, gradient descent, autograd, and activation functions.
| | programmathically.com
10.7 parsecs away

Travel
| Sharing is caringTweetIn this post, we develop an understanding of why gradients can vanish or explode when training deep neural networks. Furthermore, we look at some strategies for avoiding exploding and vanishing gradients. The vanishing gradient problem describes a situation encountered in the training of neural networks where the gradients used to update the weights []