Higher-Order Gradients: Hessian
Learn about higher-order gradients and the Hessian matrix.
We'll cover the following...
We'll cover the following...
Higher-order derivatives
Gradients and derivatives are also known as first-order derivatives. Algorithms like Newton’s method require computing higher-order derivatives, such as second-order derivatives. Given a multivariate function 
- is known as the second partial derivative of - with respect to - . In other words, the second-order derivative is the derivative of the first-order derivative - . 
- ...