Knowledge

Home

❯

Notes

❯

Backpropagation

Backpropagation

Apr 03, 20251 min read

  • Computers

A method to tune the parameters a neural network. Often done by gradient descent, where the change in the loss function is calculated chain rule using computation graphs

∂Θ(L)∂J​=(a(L)−y)(a(L−1))T

  • The derivative of the loss function with respect to the last layer’s parameters

Graph View

Backlinks

  • Deep Learning

Created with Quartz v4.5.2 © 2026

  • Personal Site
  • GitHub