Backpropagation Part 5
In this video, I implement the formulas for "gradient descent" and adjust the bias in the train() function of my "toy" JavaScript neural network library. I also test the library with a simple XOR dataset.
Course materials for my Intelligence and Learning class.
Reference book by Tariq Rashid
Documentation for Tensorflow.js (formerly deeplearn.js).
Videos by 3Blue1Brown that explain the basics of neural networks.
- Editing
by Mathieu Blanchette
- Animations
by Jason Heglund