Vector Calculus - II
The appendix complements the vector calculus lesson from the linear algebra chapter with a bit more details.
We'll cover the following
Jacobian
The gradient is used for real-valued functions, .
The concept of gradients can be extended to vector-valued functions, by Jacobian matrices.
A Jacobian matrix is defined as:
JAX provides both forward and reverse mode auto-differentiation functions to calculate the Jacobian.
jacfwd()
- calculates the Jacobian column-by-columnjacrev()
- calculates the Jacobian row-by-row
Get hands-on with 1400+ tech skills courses.