notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

PartialDerivative.md (301B)


      1 # Partial Derivative
      2 
      3 ML D2
      4 
      5 **Definition:** The partial derivative is a derivative of a multivariate function with respect to a singular variable by considering the others as constants.
      6 
      7 Often this is used in [GradientDescent](GradientDescent.md) to determine in what ways parameters need to change.