Data Skeptic
Data Skeptic
Kyle Polich
[MINI] Backpropagation
15 minutes Posted Apr 7, 2017 at 3:00 pm.
0:00
15:13
Download MP3
Show notes

Backpropagation is a common algorithm for training a neural network.  It works by computing the gradient of each weight with respect to the overall error, and using stochastic gradient descent to iteratively fine tune the weights of the network.  In this episode, we compare this concept to finding a location on a map, marble maze games, and golf.