Neural Networks Backpropagation Part 5

Nature of Code Video #10.18

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.